Html Css Color HEX #648ADF Cornflower Blue

📋 copy color: '#648ADF'

red 100 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #648ADF

Tints of Cornflower Blue #648ADF

RGB

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

 GREEN value IS 138 (54.3% 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 value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#648ADF (or 0x648ADF) is known color: 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

RGB 100 138 223 -
CMYK 0.55 0.38 0 0.13
HSL 221.46º 0.66% 0.63% -
HSV(B) 221.46º 0.55% 0.87% -
XYZ 27.66 26.21 73.41 -
YUV 136.33 176.91 102.09 -
System Red Green Blue C M Y K H S L
Decimal 100 138 223 0.55 0.38 0 0.13 221.46 0.66 0.63
Hex 64 8A DF 37 26 0 D DD 42 3F
Octal 144 212 337 67 46 0 15 335 102 77
Binary 1100100 10001010 11011111 110111 100110 0 1101 11011101 1000010 111111

Color Harmonies of #648ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ADF

Black with #648ADF

Text Example


Text Example

White with #648ADF

Text Example


Text Example

HTML Codes & Css Web 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>