Html Css Color HEX #648BD6 Cornflower Blue

📋 copy color: '#648BD6'

red 100 ◦ green 139 ◦ blue 214

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

Shades of Cornflower Blue #648BD6

Tints of Cornflower Blue #648BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

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

R = 22.08%
G = 30.68%
B = 47.24%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#648BD6 (or 0x648BD6) is known color: Cornflower Blue. HEX triplet: 64, 8B and D6. RGB value is (100,139,214). Sum of RGB (Red+Green+Blue) = 100+139+214=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #648BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BD6 is #9B7429. Grayscale: #878787. Windows color (decimal): -10187818 or 14060388. OLE color: 14060388.

HSL color Cylindrical-coordinate representation of color #648BD6: hue angle of 219.47º 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 #648BD6 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 139 214 -
CMYK 0.53 0.35 0 0.16
HSL 219.47º 0.58% 0.62% -
HSV(B) 219.47º 0.53% 0.84% -
XYZ 26.63 26.03 67.24 -
YUV 135.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 100 139 214 0.53 0.35 0 0.16 219.47 0.58 0.62
Hex 64 8B D6 35 23 0 10 DB 3A 3E
Octal 144 213 326 65 43 0 20 333 72 76
Binary 1100100 10001011 11010110 110101 100011 0 10000 11011011 111010 111110

Color Harmonies of #648BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BD6

Black with #648BD6

Text Example


Text Example

White with #648BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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