Html Css Color HEX #6499FE Cornflower Blue

📋 copy color: '#6499FE'

red 100 ◦ green 153 ◦ blue 254

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

Shades of Cornflower Blue #6499FE

Tints of Cornflower Blue #6499FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 19.72%
G = 30.18%
B = 50.1%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6499FE (or 0x6499FE) is known color: Cornflower Blue. HEX triplet: 64, 99 and FE. RGB value is (100,153,254). Sum of RGB (Red+Green+Blue) = 100+153+254=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #6499FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6499FE is #9B6601. Grayscale: #949494. Windows color (decimal): -10184194 or 16685412. OLE color: 16685412.

HSL color Cylindrical-coordinate representation of color #6499FE: hue angle of 219.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6499FE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 153 254 -
CMYK 0.61 0.40 0 0.00
HSL 219.35º 0.99% 0.69% -
HSV(B) 219.35º 0.61% 1% -
XYZ 34.54 32.65 98.25 -
YUV 148.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 100 153 254 0.61 0.40 0 0.00 219.35 0.99 0.69
Hex 64 99 FE 3D 28 0 0 DB 63 45
Octal 144 231 376 75 50 0 0 333 143 105
Binary 1100100 10011001 11111110 111101 101000 0 0 11011011 1100011 1000101

Color Harmonies of #6499FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6499FE

Black with #6499FE

Text Example


Text Example

White with #6499FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6499FE; }

 p { color: rgb(100,153,254); }

 H1.HeaderClassName
 {
   color: #6499FE;
 }
 .AnyTagClassName
 {
   color: #6499FE;
 }
</style>

background-color css

<style>
 a { background-color: #6499FE; }

 a { background-color: rgb(100,153,254); }

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

border-color css

<style>
 span { border-color: #6499FE; }

 span { border-color: rgb(100,153,254); }

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