Html Css Color HEX #6498FE Cornflower Blue

📋 copy color: '#6498FE'

red 100 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #6498FE

Tints of Cornflower Blue #6498FE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.04%

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

R = 19.76%
G = 30.04%
B = 50.2%

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

#6498FE (or 0x6498FE) is known color: Cornflower Blue. HEX triplet: 64, 98 and FE. RGB value is (100,152,254). Sum of RGB (Red+Green+Blue) = 100+152+254=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #6498FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6498FE is #9B6701. Grayscale: #939393. Windows color (decimal): -10184450 or 16685156. OLE color: 16685156.

HSL color Cylindrical-coordinate representation of color #6498FE: hue angle of 219.74º 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 #6498FE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 152 254 -
CMYK 0.61 0.40 0 0.00
HSL 219.74º 0.99% 0.69% -
HSV(B) 219.74º 0.61% 1% -
XYZ 34.37 32.32 98.19 -
YUV 148.08 187.77 93.71 -
System Red Green Blue C M Y K H S L
Decimal 100 152 254 0.61 0.40 0 0.00 219.74 0.99 0.69
Hex 64 98 FE 3D 28 0 0 DC 63 45
Octal 144 230 376 75 50 0 0 334 143 105
Binary 1100100 10011000 11111110 111101 101000 0 0 11011100 1100011 1000101

Color Harmonies of #6498FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6498FE

Black with #6498FE

Text Example


Text Example

White with #6498FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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