Html Css Color HEX #6285FC Cornflower Blue

📋 copy color: '#6285FC'

red 98 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #6285FC

Tints of Cornflower Blue #6285FC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 20.29%
G = 27.54%
B = 52.17%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6285FC (or 0x6285FC) is known color: Cornflower Blue. HEX triplet: 62, 85 and FC. RGB value is (98,133,252). Sum of RGB (Red+Green+Blue) = 98+133+252=483 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.29% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #6285FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6285FC is #9D7A03. Grayscale: #878787. Windows color (decimal): -10320388 or 16549218. OLE color: 16549218.

HSL color Cylindrical-coordinate representation of color #6285FC: hue angle of 226.36º 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 #6285FC is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 133 252 -
CMYK 0.61 0.47 0 0.01
HSL 226.36º 0.96% 0.69% -
HSV(B) 226.36º 0.61% 0.99% -
XYZ 31 26.4 95.56 -
YUV 136.1 193.4 100.82 -
System Red Green Blue C M Y K H S L
Decimal 98 133 252 0.61 0.47 0 0.01 226.36 0.96 0.69
Hex 62 85 FC 3D 2F 0 1 E2 60 45
Octal 142 205 374 75 57 0 1 342 140 105
Binary 1100010 10000101 11111100 111101 101111 0 1 11100010 1100000 1000101

Color Harmonies of #6285FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285FC

Black with #6285FC

Text Example


Text Example

White with #6285FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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