Html Css Color HEX #648BDC Cornflower Blue

📋 copy color: '#648BDC'

red 100 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #648BDC

Tints of Cornflower Blue #648BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 21.79%
G = 30.28%
B = 47.93%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#648BDC (or 0x648BDC) is known color: Cornflower Blue. HEX triplet: 64, 8B and DC. RGB value is (100,139,220). Sum of RGB (Red+Green+Blue) = 100+139+220=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #648BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648BDC is #9B7423. Grayscale: #888888. Windows color (decimal): -10187812 or 14453604. OLE color: 14453604.

HSL color Cylindrical-coordinate representation of color #648BDC: hue angle of 220.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648BDC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 139 220 -
CMYK 0.55 0.37 0 0.14
HSL 220.5º 0.63% 0.63% -
HSV(B) 220.5º 0.55% 0.86% -
XYZ 27.41 26.34 71.35 -
YUV 136.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 100 139 220 0.55 0.37 0 0.14 220.5 0.63 0.63
Hex 64 8B DC 37 25 0 E DC 3F 3F
Octal 144 213 334 67 45 0 16 334 77 77
Binary 1100100 10001011 11011100 110111 100101 0 1110 11011100 111111 111111

Color Harmonies of #648BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648BDC

Black with #648BDC

Text Example


Text Example

White with #648BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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