Html Css Color HEX #648ADA Cornflower Blue

📋 copy color: '#648ADA'

red 100 ◦ green 138 ◦ blue 218

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

Shades of Cornflower Blue #648ADA

Tints of Cornflower Blue #648ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 21.93%
G = 30.26%
B = 47.81%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#648ADA (or 0x648ADA) is known color: Cornflower Blue. HEX triplet: 64, 8A and DA. RGB value is (100,138,218). Sum of RGB (Red+Green+Blue) = 100+138+218=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #648ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ADA is #9B7525. Grayscale: #878787. Windows color (decimal): -10188070 or 14322276. OLE color: 14322276.

HSL color Cylindrical-coordinate representation of color #648ADA: hue angle of 220.68º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648ADA is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 138 218 -
CMYK 0.54 0.37 0 0.15
HSL 220.68º 0.61% 0.62% -
HSV(B) 220.68º 0.54% 0.85% -
XYZ 27 25.95 69.92 -
YUV 135.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 100 138 218 0.54 0.37 0 0.15 220.68 0.61 0.62
Hex 64 8A DA 36 25 0 F DD 3D 3E
Octal 144 212 332 66 45 0 17 335 75 76
Binary 1100100 10001010 11011010 110110 100101 0 1111 11011101 111101 111110

Color Harmonies of #648ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648ADA

Black with #648ADA

Text Example


Text Example

White with #648ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #648ADA;
 }
 .AnyTagClassName
 {
   color: #648ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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