Html Css Color HEX #647DDC Cornflower Blue

📋 copy color: '#647DDC'

red 100 ◦ green 125 ◦ blue 220

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

Shades of Cornflower Blue #647DDC

Tints of Cornflower Blue #647DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 22.47%
G = 28.09%
B = 49.44%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#647DDC (or 0x647DDC) is known color: Cornflower Blue. HEX triplet: 64, 7D and DC. RGB value is (100,125,220). Sum of RGB (Red+Green+Blue) = 100+125+220=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #647DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647DDC is #9B8223. Grayscale: #7F7F7F. Windows color (decimal): -10191396 or 14450020. OLE color: 14450020.

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

Color convert

RGB 100 125 220 -
CMYK 0.55 0.43 0 0.14
HSL 227.5º 0.63% 0.63% -
HSV(B) 227.5º 0.55% 0.86% -
XYZ 25.51 22.54 70.72 -
YUV 128.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 100 125 220 0.55 0.43 0 0.14 227.5 0.63 0.63
Hex 64 7D DC 37 2B 0 E E4 3F 3F
Octal 144 175 334 67 53 0 16 344 77 77
Binary 1100100 1111101 11011100 110111 101011 0 1110 11100100 111111 111111

Color Harmonies of #647DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647DDC

Black with #647DDC

Text Example


Text Example

White with #647DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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