#068398

Color #068398 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #068398

Tints of Eastern Blue #068398

Color information

#068398 (or 0x068398) is unknown color: approx Eastern Blue. HEX triplet: 06, 83 and 98. RGB value is (6,131,152). Sum of RGB (Red+Green+Blue) = 6+131+152=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #068398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068398 is #F97C67. Grayscale: #5F5F5F. Windows color (decimal): -16350312 or 9995014. OLE color: 9995014.

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

Color convert

RGB6131152-
CMYK0.960.1400.40
HSL188.63º92.41%30.98%-
HSV(B)188.63º96.05%59.61%-
XYZ13.8618.5432.55-
YUV96.02159.5963.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=2.08%
G=45.33%
B=52.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61311520.960.1400.40188.6392.4130.98
Hex6839860E028bd5c1f
Octal62032301401605027513437
Binary110100000111001100011000001110010100010111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068398; }

 p { color: rgb(6,131,152); }

 H1.HeaderClassName
 {
   color: #068398;
 }
 .AnyTagClassName
 {
   color: #068398;
 }
</style>
background-color css

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

 a { background-color: rgb(6,131,152); }

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

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

 span { border-color: rgb(6,131,152); }

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