Html Css Color HEX #648DDA Cornflower Blue

📋 copy color: '#648DDA'

red 100 ◦ green 141 ◦ blue 218

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

Shades of Cornflower Blue #648DDA

Tints of Cornflower Blue #648DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

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

R = 21.79%
G = 30.72%
B = 47.49%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#648DDA (or 0x648DDA) is known color: Cornflower Blue. HEX triplet: 64, 8D and DA. RGB value is (100,141,218). Sum of RGB (Red+Green+Blue) = 100+141+218=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #648DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DDA is #9B7225. Grayscale: #898989. Windows color (decimal): -10187302 or 14323044. OLE color: 14323044.

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

Color convert

RGB 100 141 218 -
CMYK 0.54 0.35 0 0.15
HSL 219.15º 0.61% 0.62% -
HSV(B) 219.15º 0.54% 0.85% -
XYZ 27.44 26.82 70.06 -
YUV 137.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 100 141 218 0.54 0.35 0 0.15 219.15 0.61 0.62
Hex 64 8D DA 36 23 0 F DB 3D 3E
Octal 144 215 332 66 43 0 17 333 75 76
Binary 1100100 10001101 11011010 110110 100011 0 1111 11011011 111101 111110

Color Harmonies of #648DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648DDA

Black with #648DDA

Text Example


Text Example

White with #648DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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