Html Css Color HEX #06829C Eastern Blue

📋 copy color: '#06829C'

red 6 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #06829C

Tints of Eastern Blue #06829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 2.05%
G = 44.52%
B = 53.42%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06829C (or 0x06829C) is known color: Eastern Blue. HEX triplet: 06, 82 and 9C. RGB value is (6,130,156). Sum of RGB (Red+Green+Blue) = 6+130+156=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #06829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829C is #F97D63. Grayscale: #5F5F5F. Windows color (decimal): -16350564 or 10256902. OLE color: 10256902.

HSL color Cylindrical-coordinate representation of color #06829C: hue angle of 190.4º 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 #06829C is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 130 156 -
CMYK 0.96 0.17 0 0.39
HSL 190.4º 0.93% 0.32% -
HSV(B) 190.4º 0.96% 0.61% -
XYZ 14.06 18.4 34.26 -
YUV 95.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 6 130 156 0.96 0.17 0 0.39 190.4 0.93 0.32
Hex 6 82 9C 60 11 0 27 BE 5D 20
Octal 6 202 234 140 21 0 47 276 135 40
Binary 110 10000010 10011100 1100000 10001 0 100111 10111110 1011101 100000

Color Harmonies of #06829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06829C

Black with #06829C

Text Example


Text Example

White with #06829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06829C; }

 p { color: rgb(6,130,156); }

 H1.HeaderClassName
 {
   color: #06829C;
 }
 .AnyTagClassName
 {
   color: #06829C;
 }
</style>

background-color css

<style>
 a { background-color: #06829C; }

 a { background-color: rgb(6,130,156); }

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

border-color css

<style>
 span { border-color: #06829C; }

 span { border-color: rgb(6,130,156); }

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