Html Css Color HEX #068A99 Eastern Blue

📋 copy color: '#068A99'

red 6 ◦ green 138 ◦ blue 153

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

Shades of Eastern Blue #068A99

Tints of Eastern Blue #068A99

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

 BLUE value IS 153 (60.16% from 255) = 51.52%

R = 2.02%
G = 46.46%
B = 51.52%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#068A99 (or 0x068A99) is known color: Eastern Blue. HEX triplet: 06, 8A and 99. RGB value is (6,138,153). Sum of RGB (Red+Green+Blue) = 6+138+153=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #068A99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068A99 is #F97566. Grayscale: #646464. Windows color (decimal): -16348519 or 10062342. OLE color: 10062342.

HSL color Cylindrical-coordinate representation of color #068A99: hue angle of 186.12º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068A99 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 138 153 -
CMYK 0.96 0.10 0 0.4
HSL 186.12º 0.92% 0.31% -
HSV(B) 186.12º 0.96% 0.6% -
XYZ 14.91 20.52 33.31 -
YUV 100.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 6 138 153 0.96 0.10 0 0.4 186.12 0.92 0.31
Hex 6 8A 99 60 A 0 28 BA 5C 1F
Octal 6 212 231 140 12 0 50 272 134 37
Binary 110 10001010 10011001 1100000 1010 0 101000 10111010 1011100 11111

Color Harmonies of #068A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068A99

Black with #068A99

Text Example


Text Example

White with #068A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,138,153); }

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

background-color css

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

 a { background-color: rgb(6,138,153); }

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

border-color css

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

 span { border-color: rgb(6,138,153); }

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