Html Css Color HEX #648FF8 Cornflower Blue

📋 copy color: '#648FF8'

red 100 ◦ green 143 ◦ blue 248

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

Shades of Cornflower Blue #648FF8

Tints of Cornflower Blue #648FF8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.12%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 20.37%
G = 29.12%
B = 50.51%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#648FF8 (or 0x648FF8) is known color: Cornflower Blue. HEX triplet: 64, 8F and F8. RGB value is (100,143,248). Sum of RGB (Red+Green+Blue) = 100+143+248=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #648FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FF8 is #9B7007. Grayscale: #8D8D8D. Windows color (decimal): -10186760 or 16289636. OLE color: 16289636.

HSL color Cylindrical-coordinate representation of color #648FF8: hue angle of 222.57º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648FF8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 143 248 -
CMYK 0.60 0.42 0 0.03
HSL 222.57º 0.91% 0.68% -
HSV(B) 222.57º 0.6% 0.97% -
XYZ 32.02 29.13 92.74 -
YUV 142.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 100 143 248 0.60 0.42 0 0.03 222.57 0.91 0.68
Hex 64 8F F8 3C 2A 0 3 DF 5B 44
Octal 144 217 370 74 52 0 3 337 133 104
Binary 1100100 10001111 11111000 111100 101010 0 11 11011111 1011011 1000100

Color Harmonies of #648FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FF8

Black with #648FF8

Text Example


Text Example

White with #648FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,143,248); }

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

background-color css

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

 a { background-color: rgb(100,143,248); }

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

border-color css

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

 span { border-color: rgb(100,143,248); }

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