Html Css Color HEX #068599 Eastern Blue

📋 copy color: '#068599'

red 6 ◦ green 133 ◦ blue 153

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

Shades of Eastern Blue #068599

Tints of Eastern Blue #068599

RGB

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

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

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

R = 2.05%
G = 45.55%
B = 52.4%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#068599 (or 0x068599) is known color: Eastern Blue. HEX triplet: 06, 85 and 99. RGB value is (6,133,153). Sum of RGB (Red+Green+Blue) = 6+133+153=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #068599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068599 is #F97A66. Grayscale: #616161. Windows color (decimal): -16349799 or 10061062. OLE color: 10061062.

HSL color Cylindrical-coordinate representation of color #068599: hue angle of 188.16º 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 #068599 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 133 153 -
CMYK 0.96 0.13 0 0.4
HSL 188.16º 0.92% 0.31% -
HSV(B) 188.16º 0.96% 0.6% -
XYZ 14.21 19.11 33.08 -
YUV 97.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 6 133 153 0.96 0.13 0 0.4 188.16 0.92 0.31
Hex 6 85 99 60 D 0 28 BC 5C 1F
Octal 6 205 231 140 15 0 50 274 134 37
Binary 110 10000101 10011001 1100000 1101 0 101000 10111100 1011100 11111

Color Harmonies of #068599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068599

Black with #068599

Text Example


Text Example

White with #068599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068599; }

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

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

background-color css

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

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

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

border-color css

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

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

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