Html Css Color HEX #06959D Eastern Blue

📋 copy color: '#06959D'

red 6 ◦ green 149 ◦ blue 157

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

Shades of Eastern Blue #06959D

Tints of Eastern Blue #06959D

RGB

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

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

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

R = 1.92%
G = 47.76%
B = 50.32%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06959D (or 0x06959D) is known color: Eastern Blue. HEX triplet: 06, 95 and 9D. RGB value is (6,149,157). Sum of RGB (Red+Green+Blue) = 6+149+157=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #06959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06959D is #F96A62. Grayscale: #6A6A6A. Windows color (decimal): -16345699 or 10327302. OLE color: 10327302.

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

Color convert

RGB 6 149 157 -
CMYK 0.96 0.05 0 0.38
HSL 183.18º 0.93% 0.32% -
HSV(B) 183.18º 0.96% 0.62% -
XYZ 16.91 23.97 35.63 -
YUV 107.16 156.12 55.85 -
System Red Green Blue C M Y K H S L
Decimal 6 149 157 0.96 0.05 0 0.38 183.18 0.93 0.32
Hex 6 95 9D 60 5 0 26 B7 5D 20
Octal 6 225 235 140 5 0 46 267 135 40
Binary 110 10010101 10011101 1100000 101 0 100110 10110111 1011101 100000

Color Harmonies of #06959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06959D

Black with #06959D

Text Example


Text Example

White with #06959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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