#6683CA

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

Shades of Havelock Blue #6683CA

Tints of Havelock Blue #6683CA

Color information

#6683CA (or 0x6683CA) is unknown color: approx Havelock Blue. HEX triplet: 66, 83 and CA. RGB value is (102,131,202). Sum of RGB (Red+Green+Blue) = 102+131+202=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #6683CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6683CA is #997C35. Grayscale: #828282. Windows color (decimal): -10058806 or 13271910. OLE color: 13271910.

HSL color Cylindrical-coordinate representation of color #6683CA: hue angle of 222.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6683CA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102131202-
CMYK0.500.3500.21
HSL222.6º48.54%59.61%-
HSV(B)222.6º49.5%79.22%-
XYZ24.2623.3259.1-
YUV130.42168.39107.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=23.45%
G=30.11%
B=46.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021312020.500.3500.21222.648.5459.61
Hex6683CA3223015df313c
Octal14620331262430253376174
Binary1100110100000111100101011001010001101010111011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6683CA; }

 p { color: rgb(102,131,202); }

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

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

 a { background-color: rgb(102,131,202); }

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

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

 span { border-color: rgb(102,131,202); }

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