Html Css Color HEX #06929B Eastern Blue

📋 copy color: '#06929B'

red 6 ◦ green 146 ◦ blue 155

#06929B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #06929B

Tints of Eastern Blue #06929B

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

 GREEN value IS 146 (57.42% from 255) = 47.56%

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 1.95%
G = 47.56%
B = 50.49%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06929B (or 0x06929B) is known color: Eastern Blue. HEX triplet: 06, 92 and 9B. RGB value is (6,146,155). Sum of RGB (Red+Green+Blue) = 6+146+155=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #06929B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06929B is #F96D64. Grayscale: #686868. Windows color (decimal): -16346469 or 10195462. OLE color: 10195462.

HSL color Cylindrical-coordinate representation of color #06929B: hue angle of 183.62º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06929B is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 146 155 -
CMYK 0.96 0.06 0 0.39
HSL 183.62º 0.93% 0.32% -
HSV(B) 183.62º 0.96% 0.61% -
XYZ 16.27 22.96 34.59 -
YUV 105.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 6 146 155 0.96 0.06 0 0.39 183.62 0.93 0.32
Hex 6 92 9B 60 6 0 27 B8 5D 20
Octal 6 222 233 140 6 0 47 270 135 40
Binary 110 10010010 10011011 1100000 110 0 100111 10111000 1011101 100000

Color Harmonies of #06929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06929B

Black with #06929B

Text Example


Text Example

White with #06929B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06929B; }

 p { color: rgb(6,146,155); }

 H1.HeaderClassName
 {
   color: #06929B;
 }
 .AnyTagClassName
 {
   color: #06929B;
 }
</style>

background-color css

<style>
 a { background-color: #06929B; }

 a { background-color: rgb(6,146,155); }

 div.DivClassName
 {
   background-color: #06929B;
 }
 .BgClassName
 {
   background-color: #06929B;
 }
</style>

border-color css

<style>
 span { border-color: #06929B; }

 span { border-color: rgb(6,146,155); }

 td.TdClassName
 {
   border-color: #06929B;
 }
 .TagClassName
 {
   border-color: #06929B;
 }
</style>