#06668C

Color #06668C Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #06668C

Tints of Allports #06668C

Color information

#06668C (or 0x06668C) is unknown color: approx Allports. HEX triplet: 06, 66 and 8C. RGB value is (6,102,140). Sum of RGB (Red+Green+Blue) = 6+102+140=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #06668C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06668C is #F99973. Grayscale: #4D4D4D. Windows color (decimal): -16357748 or 9201158. OLE color: 9201158.

HSL color Cylindrical-coordinate representation of color #06668C: hue angle of 197.01º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06668C is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6102140-
CMYK0.960.2700.45
HSL197.01º91.78%28.63%-
HSV(B)197.01º95.71%54.9%-
XYZ9.5611.4326.51-
YUV77.63163.276.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 140 (55.08% from 255) = 56.45%
R=2.42%
G=41.13%
B=56.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61021400.960.2700.45197.0191.7828.63
Hex6668C601B02Dc55c1d
Octal61462141403305530513435
Binary110110011010001100110000011011010110111000101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06668C; }

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

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

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

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

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

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

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

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