Html Css Color HEX #6299FC Cornflower Blue

📋 copy color: '#6299FC'

red 98 ◦ green 153 ◦ blue 252

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

Shades of Cornflower Blue #6299FC

Tints of Cornflower Blue #6299FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 19.48%
G = 30.42%
B = 50.1%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6299FC (or 0x6299FC) is known color: Cornflower Blue. HEX triplet: 62, 99 and FC. RGB value is (98,153,252). Sum of RGB (Red+Green+Blue) = 98+153+252=503 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.48% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #6299FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6299FC is #9D6603. Grayscale: #939393. Windows color (decimal): -10315268 or 16554338. OLE color: 16554338.

HSL color Cylindrical-coordinate representation of color #6299FC: hue angle of 218.57º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6299FC is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 153 252 -
CMYK 0.61 0.39 0 0.01
HSL 218.57º 0.96% 0.69% -
HSV(B) 218.57º 0.61% 0.99% -
XYZ 34 32.41 96.56 -
YUV 147.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 98 153 252 0.61 0.39 0 0.01 218.57 0.96 0.69
Hex 62 99 FC 3D 27 0 1 DB 60 45
Octal 142 231 374 75 47 0 1 333 140 105
Binary 1100010 10011001 11111100 111101 100111 0 1 11011011 1100000 1000101

Color Harmonies of #6299FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6299FC

Black with #6299FC

Text Example


Text Example

White with #6299FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6299FC; }

 p { color: rgb(98,153,252); }

 H1.HeaderClassName
 {
   color: #6299FC;
 }
 .AnyTagClassName
 {
   color: #6299FC;
 }
</style>

background-color css

<style>
 a { background-color: #6299FC; }

 a { background-color: rgb(98,153,252); }

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

border-color css

<style>
 span { border-color: #6299FC; }

 span { border-color: rgb(98,153,252); }

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