Html Css Color HEX #6286FE Cornflower Blue

📋 copy color: '#6286FE'

red 98 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #6286FE

Tints of Cornflower Blue #6286FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.57%

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

R = 20.16%
G = 27.57%
B = 52.26%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6286FE (or 0x6286FE) is known color: Cornflower Blue. HEX triplet: 62, 86 and FE. RGB value is (98,134,254). Sum of RGB (Red+Green+Blue) = 98+134+254=486 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.16% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #6286FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286FE is #9D7901. Grayscale: #888888. Windows color (decimal): -10320130 or 16680546. OLE color: 16680546.

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

Color convert

RGB 98 134 254 -
CMYK 0.61 0.47 0 0.00
HSL 226.15º 0.99% 0.69% -
HSV(B) 226.15º 0.61% 1% -
XYZ 31.45 26.8 97.28 -
YUV 136.92 194.07 100.24 -
System Red Green Blue C M Y K H S L
Decimal 98 134 254 0.61 0.47 0 0.00 226.15 0.99 0.69
Hex 62 86 FE 3D 2F 0 0 E2 63 45
Octal 142 206 376 75 57 0 0 342 143 105
Binary 1100010 10000110 11111110 111101 101111 0 0 11100010 1100011 1000101

Color Harmonies of #6286FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286FE

Black with #6286FE

Text Example


Text Example

White with #6286FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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