Html Css Color HEX #647BCA Havelock Blue

📋 copy color: '#647BCA'

red 100 ◦ green 123 ◦ blue 202

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

Shades of Havelock Blue #647BCA

Tints of Havelock Blue #647BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

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

R = 23.53%
G = 28.94%
B = 47.53%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#647BCA (or 0x647BCA) is known color: Havelock Blue. HEX triplet: 64, 7B and CA. RGB value is (100,123,202). Sum of RGB (Red+Green+Blue) = 100+123+202=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #647BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647BCA is #9B8435. Grayscale: #7C7C7C. Windows color (decimal): -10191926 or 13269860. OLE color: 13269860.

HSL color Cylindrical-coordinate representation of color #647BCA: hue angle of 226.47º 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 #647BCA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 123 202 -
CMYK 0.50 0.39 0 0.21
HSL 226.47º 0.49% 0.59% -
HSV(B) 226.47º 0.5% 0.79% -
XYZ 23 21.14 58.75 -
YUV 125.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 100 123 202 0.50 0.39 0 0.21 226.47 0.49 0.59
Hex 64 7B CA 32 27 0 15 E2 31 3B
Octal 144 173 312 62 47 0 25 342 61 73
Binary 1100100 1111011 11001010 110010 100111 0 10101 11100010 110001 111011

Color Harmonies of #647BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BCA

Black with #647BCA

Text Example


Text Example

White with #647BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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