Html Css Color HEX #068F9B Eastern Blue

📋 copy color: '#068F9B'

red 6 ◦ green 143 ◦ blue 155

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

Shades of Eastern Blue #068F9B

Tints of Eastern Blue #068F9B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.04%

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

R = 1.97%
G = 47.04%
B = 50.99%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#068F9B (or 0x068F9B) is known color: Eastern Blue. HEX triplet: 06, 8F and 9B. RGB value is (6,143,155). Sum of RGB (Red+Green+Blue) = 6+143+155=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #068F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068F9B is #F97064. Grayscale: #676767. Windows color (decimal): -16347237 or 10194694. OLE color: 10194694.

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

Color convert

RGB 6 143 155 -
CMYK 0.96 0.08 0 0.39
HSL 184.83º 0.93% 0.32% -
HSV(B) 184.83º 0.96% 0.61% -
XYZ 15.81 22.05 34.43 -
YUV 103.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 6 143 155 0.96 0.08 0 0.39 184.83 0.93 0.32
Hex 6 8F 9B 60 8 0 27 B9 5D 20
Octal 6 217 233 140 10 0 47 271 135 40
Binary 110 10001111 10011011 1100000 1000 0 100111 10111001 1011101 100000

Color Harmonies of #068F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068F9B

Black with #068F9B

Text Example


Text Example

White with #068F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068F9B; }

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

 H1.HeaderClassName
 {
   color: #068F9B;
 }
 .AnyTagClassName
 {
   color: #068F9B;
 }
</style>

background-color css

<style>
 a { background-color: #068F9B; }

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

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

border-color css

<style>
 span { border-color: #068F9B; }

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

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