Html Css Color HEX #06939B Eastern Blue

📋 copy color: '#06939B'

red 6 ◦ green 147 ◦ blue 155

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

Shades of Eastern Blue #06939B

Tints of Eastern Blue #06939B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.73%

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

R = 1.95%
G = 47.73%
B = 50.32%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06939B (or 0x06939B) is known color: Eastern Blue. HEX triplet: 06, 93 and 9B. RGB value is (6,147,155). Sum of RGB (Red+Green+Blue) = 6+147+155=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #06939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06939B is #F96C64. Grayscale: #696969. Windows color (decimal): -16346213 or 10195718. OLE color: 10195718.

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

Color convert

RGB 6 147 155 -
CMYK 0.96 0.05 0 0.39
HSL 183.22º 0.93% 0.32% -
HSV(B) 183.22º 0.96% 0.61% -
XYZ 16.43 23.27 34.64 -
YUV 105.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 6 147 155 0.96 0.05 0 0.39 183.22 0.93 0.32
Hex 6 93 9B 60 5 0 27 B7 5D 20
Octal 6 223 233 140 5 0 47 267 135 40
Binary 110 10010011 10011011 1100000 101 0 100111 10110111 1011101 100000

Color Harmonies of #06939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06939B

Black with #06939B

Text Example


Text Example

White with #06939B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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