Html Css Color HEX #649CFB Cornflower Blue

📋 copy color: '#649CFB'

red 100 ◦ green 156 ◦ blue 251

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

Shades of Cornflower Blue #649CFB

Tints of Cornflower Blue #649CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 19.72%
G = 30.77%
B = 49.51%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#649CFB (or 0x649CFB) is known color: Cornflower Blue. HEX triplet: 64, 9C and FB. RGB value is (100,156,251). Sum of RGB (Red+Green+Blue) = 100+156+251=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #649CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CFB is #9B6304. Grayscale: #959595. Windows color (decimal): -10183429 or 16489572. OLE color: 16489572.

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

Color convert

RGB 100 156 251 -
CMYK 0.60 0.38 0 0.02
HSL 217.75º 0.95% 0.69% -
HSV(B) 217.75º 0.6% 0.98% -
XYZ 34.56 33.45 95.9 -
YUV 150.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 100 156 251 0.60 0.38 0 0.02 217.75 0.95 0.69
Hex 64 9C FB 3C 26 0 2 DA 5F 45
Octal 144 234 373 74 46 0 2 332 137 105
Binary 1100100 10011100 11111011 111100 100110 0 10 11011010 1011111 1000101

Color Harmonies of #649CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649CFB

Black with #649CFB

Text Example


Text Example

White with #649CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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