Html Css Color HEX #649BFB Cornflower Blue

📋 copy color: '#649BFB'

red 100 ◦ green 155 ◦ blue 251

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

Shades of Cornflower Blue #649BFB

Tints of Cornflower Blue #649BFB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.63%

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

R = 19.76%
G = 30.63%
B = 49.6%

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

#649BFB (or 0x649BFB) is known color: Cornflower Blue. HEX triplet: 64, 9B and FB. RGB value is (100,155,251). Sum of RGB (Red+Green+Blue) = 100+155+251=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #649BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BFB is #9B6404. Grayscale: #959595. Windows color (decimal): -10183685 or 16489316. OLE color: 16489316.

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

Color convert

RGB 100 155 251 -
CMYK 0.60 0.38 0 0.02
HSL 218.15º 0.95% 0.69% -
HSV(B) 218.15º 0.6% 0.98% -
XYZ 34.39 33.12 95.85 -
YUV 149.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 100 155 251 0.60 0.38 0 0.02 218.15 0.95 0.69
Hex 64 9B FB 3C 26 0 2 DA 5F 45
Octal 144 233 373 74 46 0 2 332 137 105
Binary 1100100 10011011 11111011 111100 100110 0 10 11011010 1011111 1000101

Color Harmonies of #649BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649BFB

Black with #649BFB

Text Example


Text Example

White with #649BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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