Html Css Color HEX #649ADF Cornflower Blue

📋 copy color: '#649ADF'

red 100 ◦ green 154 ◦ blue 223

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

Shades of Cornflower Blue #649ADF

Tints of Cornflower Blue #649ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 20.96%
G = 32.29%
B = 46.75%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#649ADF (or 0x649ADF) is known color: Cornflower Blue. HEX triplet: 64, 9A and DF. RGB value is (100,154,223). Sum of RGB (Red+Green+Blue) = 100+154+223=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #649ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ADF is #9B6520. Grayscale: #919191. Windows color (decimal): -10183969 or 14654052. OLE color: 14654052.

HSL color Cylindrical-coordinate representation of color #649ADF: hue angle of 213.66º degrees, saturation: 0.66, 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 #649ADF is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 154 223 -
CMYK 0.55 0.31 0 0.13
HSL 213.66º 0.66% 0.63% -
HSV(B) 213.66º 0.55% 0.87% -
XYZ 30.13 31.15 74.24 -
YUV 145.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 100 154 223 0.55 0.31 0 0.13 213.66 0.66 0.63
Hex 64 9A DF 37 1F 0 D D6 42 3F
Octal 144 232 337 67 37 0 15 326 102 77
Binary 1100100 10011010 11011111 110111 11111 0 1101 11010110 1000010 111111

Color Harmonies of #649ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649ADF

Black with #649ADF

Text Example


Text Example

White with #649ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649ADF; }

 p { color: rgb(100,154,223); }

 H1.HeaderClassName
 {
   color: #649ADF;
 }
 .AnyTagClassName
 {
   color: #649ADF;
 }
</style>

background-color css

<style>
 a { background-color: #649ADF; }

 a { background-color: rgb(100,154,223); }

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

border-color css

<style>
 span { border-color: #649ADF; }

 span { border-color: rgb(100,154,223); }

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