Html Css Color HEX #647DCA Havelock Blue

📋 copy color: '#647DCA'

red 100 ◦ green 125 ◦ blue 202

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

Shades of Havelock Blue #647DCA

Tints of Havelock Blue #647DCA

RGB

 RED value IS 100 (39.45% from 255) = 23.42%

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 23.42%
G = 29.27%
B = 47.31%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#647DCA (or 0x647DCA) is known color: Havelock Blue. HEX triplet: 64, 7D and CA. RGB value is (100,125,202). Sum of RGB (Red+Green+Blue) = 100+125+202=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #647DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DCA is #9B8235. Grayscale: #7D7D7D. Windows color (decimal): -10191414 or 13270372. OLE color: 13270372.

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

Color convert

RGB 100 125 202 -
CMYK 0.50 0.38 0 0.21
HSL 225.29º 0.49% 0.59% -
HSV(B) 225.29º 0.5% 0.79% -
XYZ 23.25 21.64 58.83 -
YUV 126.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 100 125 202 0.50 0.38 0 0.21 225.29 0.49 0.59
Hex 64 7D CA 32 26 0 15 E1 31 3B
Octal 144 175 312 62 46 0 25 341 61 73
Binary 1100100 1111101 11001010 110010 100110 0 10101 11100001 110001 111011

Color Harmonies of #647DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DCA

Black with #647DCA

Text Example


Text Example

White with #647DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647DCA; }

 p { color: rgb(100,125,202); }

 H1.HeaderClassName
 {
   color: #647DCA;
 }
 .AnyTagClassName
 {
   color: #647DCA;
 }
</style>

background-color css

<style>
 a { background-color: #647DCA; }

 a { background-color: rgb(100,125,202); }

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

border-color css

<style>
 span { border-color: #647DCA; }

 span { border-color: rgb(100,125,202); }

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