Html Css Color HEX #648AD6 Cornflower Blue

📋 copy color: '#648AD6'

red 100 ◦ green 138 ◦ blue 214

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

Shades of Cornflower Blue #648AD6

Tints of Cornflower Blue #648AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 22.12%
G = 30.53%
B = 47.35%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#648AD6 (or 0x648AD6) is known color: Cornflower Blue. HEX triplet: 64, 8A and D6. RGB value is (100,138,214). Sum of RGB (Red+Green+Blue) = 100+138+214=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #648AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648AD6 is #9B7529. Grayscale: #868686. Windows color (decimal): -10188074 or 14060132. OLE color: 14060132.

HSL color Cylindrical-coordinate representation of color #648AD6: hue angle of 220º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648AD6 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 138 214 -
CMYK 0.53 0.36 0 0.16
HSL 220º 0.58% 0.62% -
HSV(B) 220º 0.53% 0.84% -
XYZ 26.48 25.74 67.19 -
YUV 135.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 100 138 214 0.53 0.36 0 0.16 220 0.58 0.62
Hex 64 8A D6 35 24 0 10 DC 3A 3E
Octal 144 212 326 65 44 0 20 334 72 76
Binary 1100100 10001010 11010110 110101 100100 0 10000 11011100 111010 111110

Color Harmonies of #648AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AD6

Black with #648AD6

Text Example


Text Example

White with #648AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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