Html Css Color HEX #06829B Eastern Blue

📋 copy color: '#06829B'

red 6 ◦ green 130 ◦ blue 155

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

Shades of Eastern Blue #06829B

Tints of Eastern Blue #06829B

RGB

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

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

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

R = 2.06%
G = 44.67%
B = 53.26%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06829B (or 0x06829B) is known color: Eastern Blue. HEX triplet: 06, 82 and 9B. RGB value is (6,130,155). Sum of RGB (Red+Green+Blue) = 6+130+155=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #06829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06829B is #F97D64. Grayscale: #5F5F5F. Windows color (decimal): -16350565 or 10191366. OLE color: 10191366.

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

Color convert

RGB 6 130 155 -
CMYK 0.96 0.16 0 0.39
HSL 190.07º 0.93% 0.32% -
HSV(B) 190.07º 0.96% 0.61% -
XYZ 13.97 18.37 33.82 -
YUV 95.77 161.42 63.97 -
System Red Green Blue C M Y K H S L
Decimal 6 130 155 0.96 0.16 0 0.39 190.07 0.93 0.32
Hex 6 82 9B 60 10 0 27 BE 5D 20
Octal 6 202 233 140 20 0 47 276 135 40
Binary 110 10000010 10011011 1100000 10000 0 100111 10111110 1011101 100000

Color Harmonies of #06829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06829B

Black with #06829B

Text Example


Text Example

White with #06829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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