#068CA4

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

Shades of Eastern Blue #068CA4

Tints of Eastern Blue #068CA4

Color information

#068CA4 (or 0x068CA4) is unknown color: approx Eastern Blue. HEX triplet: 06, 8C and A4. RGB value is (6,140,164). Sum of RGB (Red+Green+Blue) = 6+140+164=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #068CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068CA4 is #F9735B. Grayscale: #666666. Windows color (decimal): -16347996 or 10783750. OLE color: 10783750.

HSL color Cylindrical-coordinate representation of color #068CA4: hue angle of 189.11º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068CA4 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6140164-
CMYK0.960.1500.36
HSL189.11º92.94%33.33%-
HSV(B)189.11º96.34%64.31%-
XYZ16.1521.4838.42-
YUV102.67162.6159.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 140 (55.08% from 255) = 45.16%
BLUE value IS 164 (64.45% from 255) = 52.90%
R=1.94%
G=45.16%
B=52.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61401640.960.1500.36189.1192.9433.33
Hex68CA460F024bd5d21
Octal62142441401704427513541
Binary1101000110010100100110000011110100100101111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,140,164); }

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

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

 a { background-color: rgb(6,140,164); }

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

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

 span { border-color: rgb(6,140,164); }

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