Html Css Color HEX #649CFA Cornflower Blue

📋 copy color: '#649CFA'

red 100 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #649CFA

Tints of Cornflower Blue #649CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

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

R = 19.76%
G = 30.83%
B = 49.41%

CMYK

 C value IS 0.6

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#649CFA (or 0x649CFA) is known color: Cornflower Blue. HEX triplet: 64, 9C and FA. RGB value is (100,156,250). Sum of RGB (Red+Green+Blue) = 100+156+250=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #649CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CFA is #9B6305. Grayscale: #959595. Windows color (decimal): -10183430 or 16424036. OLE color: 16424036.

HSL color Cylindrical-coordinate representation of color #649CFA: hue angle of 217.6º 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 #649CFA is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 156 250 -
CMYK 0.6 0.38 0 0.02
HSL 217.6º 0.94% 0.69% -
HSV(B) 217.6º 0.6% 0.98% -
XYZ 34.4 33.39 95.07 -
YUV 149.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 100 156 250 0.6 0.38 0 0.02 217.6 0.94 0.69
Hex 64 9C FA 3C 26 0 2 DA 5E 45
Octal 144 234 372 74 46 0 2 332 136 105
Binary 1100100 10011100 11111010 111100 100110 0 10 11011010 1011110 1000101

Color Harmonies of #649CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CFA

Black with #649CFA

Text Example


Text Example

White with #649CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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