Html Css Color HEX #647CCF Havelock Blue

📋 copy color: '#647CCF'

red 100 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #647CCF

Tints of Havelock Blue #647CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 23.2%
G = 28.77%
B = 48.03%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#647CCF (or 0x647CCF) is known color: Havelock Blue. HEX triplet: 64, 7C and CF. RGB value is (100,124,207). Sum of RGB (Red+Green+Blue) = 100+124+207=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #647CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647CCF is #9B8330. Grayscale: #7D7D7D. Windows color (decimal): -10191665 or 13597796. OLE color: 13597796.

HSL color Cylindrical-coordinate representation of color #647CCF: hue angle of 226.54º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #647CCF is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 124 207 -
CMYK 0.52 0.40 0 0.19
HSL 226.54º 0.53% 0.6% -
HSV(B) 226.54º 0.52% 0.81% -
XYZ 23.73 21.63 61.96 -
YUV 126.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 100 124 207 0.52 0.40 0 0.19 226.54 0.53 0.6
Hex 64 7C CF 34 28 0 13 E3 35 3C
Octal 144 174 317 64 50 0 23 343 65 74
Binary 1100100 1111100 11001111 110100 101000 0 10011 11100011 110101 111100

Color Harmonies of #647CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CCF

Black with #647CCF

Text Example


Text Example

White with #647CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,124,207); }

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

background-color css

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

 a { background-color: rgb(100,124,207); }

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

border-color css

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

 span { border-color: rgb(100,124,207); }

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