#648ADF

Color #648ADF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #648ADF

Tints of Cornflower Blue #648ADF

Color information

#648ADF (or 0x648ADF) is unknown color: approx Cornflower Blue. HEX triplet: 64, 8A and DF. RGB value is (100,138,223). Sum of RGB (Red+Green+Blue) = 100+138+223=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #648ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ADF is #9B7520. Grayscale: #878787. Windows color (decimal): -10188065 or 14649956. OLE color: 14649956.

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

Color convert

RGB100138223-
CMYK0.550.3800.13
HSL221.46º65.78%63.33%-
HSV(B)221.46º55.16%87.45%-
XYZ27.6626.2173.41-
YUV136.33176.91102.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.69%
GREEN value IS 138 (54.30% from 255) = 29.93%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=21.69%
G=29.93%
B=48.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001382230.550.3800.13221.4665.7863.33
Hex648ADF37260Ddd423f
Octal144212337674601533510277
Binary1100100100010101101111111011110011001101110111011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #648ADF;
 }
 .AnyTagClassName
 {
   color: #648ADF;
 }
</style>
background-color css

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

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

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

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

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

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