Html Css Color HEX #068497 Eastern Blue

📋 copy color: '#068497'

red 6 ◦ green 132 ◦ blue 151

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

Shades of Eastern Blue #068497

Tints of Eastern Blue #068497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 2.08%
G = 45.67%
B = 52.25%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#068497 (or 0x068497) is known color: Eastern Blue. HEX triplet: 06, 84 and 97. RGB value is (6,132,151). Sum of RGB (Red+Green+Blue) = 6+132+151=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #068497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068497 is #F97B68. Grayscale: #606060. Windows color (decimal): -16350057 or 9929734. OLE color: 9929734.

HSL color Cylindrical-coordinate representation of color #068497: hue angle of 187.86º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068497 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 132 151 -
CMYK 0.96 0.13 0 0.41
HSL 187.86º 0.92% 0.31% -
HSV(B) 187.86º 0.96% 0.59% -
XYZ 13.91 18.78 32.17 -
YUV 96.49 158.76 63.46 -
System Red Green Blue C M Y K H S L
Decimal 6 132 151 0.96 0.13 0 0.41 187.86 0.92 0.31
Hex 6 84 97 60 D 0 29 BC 5C 1F
Octal 6 204 227 140 15 0 51 274 134 37
Binary 110 10000100 10010111 1100000 1101 0 101001 10111100 1011100 11111

Color Harmonies of #068497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068497

Black with #068497

Text Example


Text Example

White with #068497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068497; }

 p { color: rgb(6,132,151); }

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

background-color css

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

 a { background-color: rgb(6,132,151); }

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

border-color css

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

 span { border-color: rgb(6,132,151); }

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