Html Css Color HEX #648FF1 Cornflower Blue

📋 copy color: '#648FF1'

red 100 ◦ green 143 ◦ blue 241

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

Shades of Cornflower Blue #648FF1

Tints of Cornflower Blue #648FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 20.66%
G = 29.55%
B = 49.79%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#648FF1 (or 0x648FF1) is known color: Cornflower Blue. HEX triplet: 64, 8F and F1. RGB value is (100,143,241). Sum of RGB (Red+Green+Blue) = 100+143+241=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #648FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648FF1 is #9B700E. Grayscale: #8C8C8C. Windows color (decimal): -10186767 or 15830884. OLE color: 15830884.

HSL color Cylindrical-coordinate representation of color #648FF1: hue angle of 221.7º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #648FF1 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 143 241 -
CMYK 0.59 0.41 0 0.05
HSL 221.7º 0.83% 0.67% -
HSV(B) 221.7º 0.59% 0.95% -
XYZ 30.96 28.71 87.13 -
YUV 141.32 184.25 98.53 -
System Red Green Blue C M Y K H S L
Decimal 100 143 241 0.59 0.41 0 0.05 221.7 0.83 0.67
Hex 64 8F F1 3B 29 0 5 DE 53 43
Octal 144 217 361 73 51 0 5 336 123 103
Binary 1100100 10001111 11110001 111011 101001 0 101 11011110 1010011 1000011

Color Harmonies of #648FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648FF1

Black with #648FF1

Text Example


Text Example

White with #648FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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