Html Css Color HEX #648AF6 Cornflower Blue

📋 copy color: '#648AF6'

red 100 ◦ green 138 ◦ blue 246

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

Shades of Cornflower Blue #648AF6

Tints of Cornflower Blue #648AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.83%

R = 20.66%
G = 28.51%
B = 50.83%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#648AF6 (or 0x648AF6) is known color: Cornflower Blue. HEX triplet: 64, 8A and F6. RGB value is (100,138,246). Sum of RGB (Red+Green+Blue) = 100+138+246=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #648AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AF6 is #9B7509. Grayscale: #8A8A8A. Windows color (decimal): -10188042 or 16157284. OLE color: 16157284.

HSL color Cylindrical-coordinate representation of color #648AF6: hue angle of 224.38º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #648AF6 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 138 246 -
CMYK 0.59 0.44 0 0.04
HSL 224.38º 0.89% 0.68% -
HSV(B) 224.38º 0.59% 0.96% -
XYZ 30.98 27.54 90.87 -
YUV 138.95 188.41 100.22 -
System Red Green Blue C M Y K H S L
Decimal 100 138 246 0.59 0.44 0 0.04 224.38 0.89 0.68
Hex 64 8A F6 3B 2C 0 4 E0 59 44
Octal 144 212 366 73 54 0 4 340 131 104
Binary 1100100 10001010 11110110 111011 101100 0 100 11100000 1011001 1000100

Color Harmonies of #648AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648AF6

Black with #648AF6

Text Example


Text Example

White with #648AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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