Html Css Color HEX #06959C Eastern Blue

📋 copy color: '#06959C'

red 6 ◦ green 149 ◦ blue 156

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

Shades of Eastern Blue #06959C

Tints of Eastern Blue #06959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

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

R = 1.93%
G = 47.91%
B = 50.16%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06959C (or 0x06959C) is known color: Eastern Blue. HEX triplet: 06, 95 and 9C. RGB value is (6,149,156). Sum of RGB (Red+Green+Blue) = 6+149+156=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #06959C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959C is #F96A63. Grayscale: #6A6A6A. Windows color (decimal): -16345700 or 10261766. OLE color: 10261766.

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

Color convert

RGB 6 149 156 -
CMYK 0.96 0.04 0 0.39
HSL 182.8º 0.93% 0.32% -
HSV(B) 182.8º 0.96% 0.61% -
XYZ 16.82 23.93 35.19 -
YUV 107.04 155.62 55.93 -
System Red Green Blue C M Y K H S L
Decimal 6 149 156 0.96 0.04 0 0.39 182.8 0.93 0.32
Hex 6 95 9C 60 4 0 27 B7 5D 20
Octal 6 225 234 140 4 0 47 267 135 40
Binary 110 10010101 10011100 1100000 100 0 100111 10110111 1011101 100000

Color Harmonies of #06959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06959C

Black with #06959C

Text Example


Text Example

White with #06959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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