Html Css Color HEX #648CFA Cornflower Blue

📋 copy color: '#648CFA'

red 100 ◦ green 140 ◦ blue 250

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

Shades of Cornflower Blue #648CFA

Tints of Cornflower Blue #648CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.57%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 20.41%
G = 28.57%
B = 51.02%

CMYK

 C value IS 0.6

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#648CFA (or 0x648CFA) is known color: Cornflower Blue. HEX triplet: 64, 8C and FA. RGB value is (100,140,250). Sum of RGB (Red+Green+Blue) = 100+140+250=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #648CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CFA is #9B7305. Grayscale: #8C8C8C. Windows color (decimal): -10187526 or 16419940. OLE color: 16419940.

HSL color Cylindrical-coordinate representation of color #648CFA: hue angle of 224º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648CFA is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 140 250 -
CMYK 0.6 0.44 0 0.02
HSL 224º 0.94% 0.69% -
HSV(B) 224º 0.6% 0.98% -
XYZ 31.89 28.37 94.24 -
YUV 140.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 100 140 250 0.6 0.44 0 0.02 224 0.94 0.69
Hex 64 8C FA 3C 2C 0 2 E0 5E 45
Octal 144 214 372 74 54 0 2 340 136 105
Binary 1100100 10001100 11111010 111100 101100 0 10 11100000 1011110 1000101

Color Harmonies of #648CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648CFA

Black with #648CFA

Text Example


Text Example

White with #648CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,250); }

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

background-color css

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

 a { background-color: rgb(100,140,250); }

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

border-color css

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

 span { border-color: rgb(100,140,250); }

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