Html Css Color HEX #6498FA Cornflower Blue

📋 copy color: '#6498FA'

red 100 ◦ green 152 ◦ blue 250

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

Shades of Cornflower Blue #6498FA

Tints of Cornflower Blue #6498FA

RGB

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

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

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

R = 19.92%
G = 30.28%
B = 49.8%

CMYK

 C value IS 0.6

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6498FA (or 0x6498FA) is known color: Cornflower Blue. HEX triplet: 64, 98 and FA. RGB value is (100,152,250). Sum of RGB (Red+Green+Blue) = 100+152+250=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #6498FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6498FA is #9B6705. Grayscale: #939393. Windows color (decimal): -10184454 or 16423012. OLE color: 16423012.

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

Color convert

RGB 100 152 250 -
CMYK 0.6 0.39 0 0.02
HSL 219.2º 0.94% 0.69% -
HSV(B) 219.2º 0.6% 0.98% -
XYZ 33.74 32.07 94.85 -
YUV 147.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 100 152 250 0.6 0.39 0 0.02 219.2 0.94 0.69
Hex 64 98 FA 3C 27 0 2 DB 5E 45
Octal 144 230 372 74 47 0 2 333 136 105
Binary 1100100 10011000 11111010 111100 100111 0 10 11011011 1011110 1000101

Color Harmonies of #6498FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6498FA

Black with #6498FA

Text Example


Text Example

White with #6498FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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