Html Css Color HEX #647DDD Cornflower Blue

📋 copy color: '#647DDD'

red 100 ◦ green 125 ◦ blue 221

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

Shades of Cornflower Blue #647DDD

Tints of Cornflower Blue #647DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 22.42%
G = 28.03%
B = 49.55%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#647DDD (or 0x647DDD) is known color: Cornflower Blue. HEX triplet: 64, 7D and DD. RGB value is (100,125,221). Sum of RGB (Red+Green+Blue) = 100+125+221=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #647DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DDD is #9B8222. Grayscale: #808080. Windows color (decimal): -10191395 or 14515556. OLE color: 14515556.

HSL color Cylindrical-coordinate representation of color #647DDD: hue angle of 227.6º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #647DDD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 125 221 -
CMYK 0.55 0.43 0 0.13
HSL 227.6º 0.64% 0.63% -
HSV(B) 227.6º 0.55% 0.87% -
XYZ 25.64 22.6 71.42 -
YUV 128.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 100 125 221 0.55 0.43 0 0.13 227.6 0.64 0.63
Hex 64 7D DD 37 2B 0 D E4 40 3F
Octal 144 175 335 67 53 0 15 344 100 77
Binary 1100100 1111101 11011101 110111 101011 0 1101 11100100 1000000 111111

Color Harmonies of #647DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DDD

Black with #647DDD

Text Example


Text Example

White with #647DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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