Html Css Color HEX #647FDC Cornflower Blue

📋 copy color: '#647FDC'

red 100 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #647FDC

Tints of Cornflower Blue #647FDC

RGB

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

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

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

R = 22.37%
G = 28.41%
B = 49.22%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#647FDC (or 0x647FDC) is known color: Cornflower Blue. HEX triplet: 64, 7F and DC. RGB value is (100,127,220). Sum of RGB (Red+Green+Blue) = 100+127+220=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #647FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #647FDC is #9B8023. Grayscale: #818181. Windows color (decimal): -10190884 or 14450532. OLE color: 14450532.

HSL color Cylindrical-coordinate representation of color #647FDC: hue angle of 226.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 #647FDC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 127 220 -
CMYK 0.55 0.42 0 0.14
HSL 226.5º 0.63% 0.63% -
HSV(B) 226.5º 0.55% 0.86% -
XYZ 25.76 23.06 70.8 -
YUV 129.53 179.05 106.94 -
System Red Green Blue C M Y K H S L
Decimal 100 127 220 0.55 0.42 0 0.14 226.5 0.63 0.63
Hex 64 7F DC 37 2A 0 E E2 3F 3F
Octal 144 177 334 67 52 0 16 342 77 77
Binary 1100100 1111111 11011100 110111 101010 0 1110 11100010 111111 111111

Color Harmonies of #647FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647FDC

Black with #647FDC

Text Example


Text Example

White with #647FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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