Html Css Color HEX #647FC1 Havelock Blue

📋 copy color: '#647FC1'

red 100 ◦ green 127 ◦ blue 193

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

Shades of Havelock Blue #647FC1

Tints of Havelock Blue #647FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.95%

R = 23.81%
G = 30.24%
B = 45.95%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#647FC1 (or 0x647FC1) is known color: Havelock Blue. HEX triplet: 64, 7F and C1. RGB value is (100,127,193). Sum of RGB (Red+Green+Blue) = 100+127+193=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #647FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FC1 is #9B803E. Grayscale: #7E7E7E. Windows color (decimal): -10190911 or 12681060. OLE color: 12681060.

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

Color convert

RGB 100 127 193 -
CMYK 0.48 0.34 0 0.24
HSL 222.58º 0.43% 0.57% -
HSV(B) 222.58º 0.48% 0.76% -
XYZ 22.47 21.74 53.46 -
YUV 126.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 100 127 193 0.48 0.34 0 0.24 222.58 0.43 0.57
Hex 64 7F C1 30 22 0 18 DF 2B 39
Octal 144 177 301 60 42 0 30 337 53 71
Binary 1100100 1111111 11000001 110000 100010 0 11000 11011111 101011 111001

Color Harmonies of #647FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FC1

Black with #647FC1

Text Example


Text Example

White with #647FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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