Html Css Color HEX #6683CD Havelock Blue

📋 copy color: '#6683CD'

red 102 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #6683CD

Tints of Havelock Blue #6683CD

RGB

 RED value IS 102 (40.23% from 255) = 23.29%

 GREEN value IS 131 (51.56% from 255) = 29.91%

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 23.29%
G = 29.91%
B = 46.8%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6683CD (or 0x6683CD) is known color: Havelock Blue. HEX triplet: 66, 83 and CD. RGB value is (102,131,205). Sum of RGB (Red+Green+Blue) = 102+131+205=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #6683CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6683CD is #997C32. Grayscale: #828282. Windows color (decimal): -10058803 or 13468518. OLE color: 13468518.

HSL color Cylindrical-coordinate representation of color #6683CD: hue angle of 223.11º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6683CD is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 131 205 -
CMYK 0.50 0.36 0 0.20
HSL 223.11º 0.51% 0.6% -
HSV(B) 223.11º 0.5% 0.8% -
XYZ 24.62 23.47 60.99 -
YUV 130.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 102 131 205 0.50 0.36 0 0.20 223.11 0.51 0.6
Hex 66 83 CD 32 24 0 14 DF 33 3C
Octal 146 203 315 62 44 0 24 337 63 74
Binary 1100110 10000011 11001101 110010 100100 0 10100 11011111 110011 111100

Color Harmonies of #6683CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6683CD

Black with #6683CD

Text Example


Text Example

White with #6683CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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