Html Css Color HEX #6298FE Cornflower Blue

📋 copy color: '#6298FE'

red 98 ◦ green 152 ◦ blue 254

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

Shades of Cornflower Blue #6298FE

Tints of Cornflower Blue #6298FE

RGB

 RED value IS 98 (38.67% from 255) = 19.44%

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

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

R = 19.44%
G = 30.16%
B = 50.4%

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

#6298FE (or 0x6298FE) is known color: Cornflower Blue. HEX triplet: 62, 98 and FE. RGB value is (98,152,254). Sum of RGB (Red+Green+Blue) = 98+152+254=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #6298FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6298FE is #9D6701. Grayscale: #939393. Windows color (decimal): -10315522 or 16685154. OLE color: 16685154.

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

Color convert

RGB 98 152 254 -
CMYK 0.61 0.40 0 0.00
HSL 219.23º 0.99% 0.69% -
HSV(B) 219.23º 0.61% 1% -
XYZ 34.15 32.21 98.18 -
YUV 147.48 188.11 92.71 -
System Red Green Blue C M Y K H S L
Decimal 98 152 254 0.61 0.40 0 0.00 219.23 0.99 0.69
Hex 62 98 FE 3D 28 0 0 DB 63 45
Octal 142 230 376 75 50 0 0 333 143 105
Binary 1100010 10011000 11111110 111101 101000 0 0 11011011 1100011 1000101

Color Harmonies of #6298FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6298FE

Black with #6298FE

Text Example


Text Example

White with #6298FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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