Html Css Color HEX #6782CB Havelock Blue

📋 copy color: '#6782CB'

red 103 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #6782CB

Tints of Havelock Blue #6782CB

RGB

 RED value IS 103 (40.63% from 255) = 23.62%

 GREEN value IS 130 (51.17% from 255) = 29.82%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 23.62%
G = 29.82%
B = 46.56%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6782CB (or 0x6782CB) is known color: Havelock Blue. HEX triplet: 67, 82 and CB. RGB value is (103,130,203). Sum of RGB (Red+Green+Blue) = 103+130+203=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6782CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782CB is #987D34. Grayscale: #818181. Windows color (decimal): -9993525 or 13337191. OLE color: 13337191.

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

Color convert

RGB 103 130 203 -
CMYK 0.49 0.36 0 0.20
HSL 223.8º 0.49% 0.6% -
HSV(B) 223.8º 0.49% 0.8% -
XYZ 24.36 23.16 59.69 -
YUV 130.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 103 130 203 0.49 0.36 0 0.20 223.8 0.49 0.6
Hex 67 82 CB 31 24 0 14 E0 31 3C
Octal 147 202 313 61 44 0 24 340 61 74
Binary 1100111 10000010 11001011 110001 100100 0 10100 11100000 110001 111100

Color Harmonies of #6782CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6782CB

Black with #6782CB

Text Example


Text Example

White with #6782CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6782CB; }

 p { color: rgb(103,130,203); }

 H1.HeaderClassName
 {
   color: #6782CB;
 }
 .AnyTagClassName
 {
   color: #6782CB;
 }
</style>

background-color css

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

 a { background-color: rgb(103,130,203); }

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

border-color css

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

 span { border-color: rgb(103,130,203); }

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