Html Css Color HEX #647FC2 Havelock Blue

📋 copy color: '#647FC2'

red 100 ◦ green 127 ◦ blue 194

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

Shades of Havelock Blue #647FC2

Tints of Havelock Blue #647FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 194 (76.17% from 255) = 46.08%

R = 23.75%
G = 30.17%
B = 46.08%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#647FC2 (or 0x647FC2) is known color: Havelock Blue. HEX triplet: 64, 7F and C2. RGB value is (100,127,194). Sum of RGB (Red+Green+Blue) = 100+127+194=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #647FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FC2 is #9B803D. Grayscale: #7E7E7E. Windows color (decimal): -10190910 or 12746596. OLE color: 12746596.

HSL color Cylindrical-coordinate representation of color #647FC2: hue angle of 222.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #647FC2 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 127 194 -
CMYK 0.48 0.35 0 0.24
HSL 222.77º 0.44% 0.58% -
HSV(B) 222.77º 0.48% 0.76% -
XYZ 22.58 21.78 54.05 -
YUV 126.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 100 127 194 0.48 0.35 0 0.24 222.77 0.44 0.58
Hex 64 7F C2 30 23 0 18 DF 2C 3A
Octal 144 177 302 60 43 0 30 337 54 72
Binary 1100100 1111111 11000010 110000 100011 0 11000 11011111 101100 111010

Color Harmonies of #647FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FC2

Black with #647FC2

Text Example


Text Example

White with #647FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,127,194); }

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

background-color css

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

 a { background-color: rgb(100,127,194); }

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

border-color css

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

 span { border-color: rgb(100,127,194); }

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