Html Css Color HEX #06929D Eastern Blue

📋 copy color: '#06929D'

red 6 ◦ green 146 ◦ blue 157

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

Shades of Eastern Blue #06929D

Tints of Eastern Blue #06929D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 1.94%
G = 47.25%
B = 50.81%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06929D (or 0x06929D) is known color: Eastern Blue. HEX triplet: 06, 92 and 9D. RGB value is (6,146,157). Sum of RGB (Red+Green+Blue) = 6+146+157=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #06929D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06929D is #F96D62. Grayscale: #696969. Windows color (decimal): -16346467 or 10326534. OLE color: 10326534.

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

Color convert

RGB 6 146 157 -
CMYK 0.96 0.07 0 0.38
HSL 184.37º 0.93% 0.32% -
HSV(B) 184.37º 0.96% 0.62% -
XYZ 16.44 23.03 35.48 -
YUV 105.39 157.12 57.11 -
System Red Green Blue C M Y K H S L
Decimal 6 146 157 0.96 0.07 0 0.38 184.37 0.93 0.32
Hex 6 92 9D 60 7 0 26 B8 5D 20
Octal 6 222 235 140 7 0 46 270 135 40
Binary 110 10010010 10011101 1100000 111 0 100110 10111000 1011101 100000

Color Harmonies of #06929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06929D

Black with #06929D

Text Example


Text Example

White with #06929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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