Html Css Color HEX #068595 Eastern Blue

📋 copy color: '#068595'

red 6 ◦ green 133 ◦ blue 149

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

Shades of Eastern Blue #068595

Tints of Eastern Blue #068595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 2.08%
G = 46.18%
B = 51.74%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#068595 (or 0x068595) is known color: Eastern Blue. HEX triplet: 06, 85 and 95. RGB value is (6,133,149). Sum of RGB (Red+Green+Blue) = 6+133+149=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #068595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068595 is #F97A6A. Grayscale: #606060. Windows color (decimal): -16349803 or 9798918. OLE color: 9798918.

HSL color Cylindrical-coordinate representation of color #068595: hue angle of 186.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068595 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 133 149 -
CMYK 0.96 0.11 0 0.42
HSL 186.71º 0.92% 0.3% -
HSV(B) 186.71º 0.96% 0.58% -
XYZ 13.89 18.98 31.37 -
YUV 96.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 6 133 149 0.96 0.11 0 0.42 186.71 0.92 0.3
Hex 6 85 95 60 B 0 2A BB 5C 1E
Octal 6 205 225 140 13 0 52 273 134 36
Binary 110 10000101 10010101 1100000 1011 0 101010 10111011 1011100 11110

Color Harmonies of #068595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068595

Black with #068595

Text Example


Text Example

White with #068595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068595; }

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

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

background-color css

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

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

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

border-color css

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

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

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