Html Css Color HEX #6286EC Cornflower Blue

📋 copy color: '#6286EC'

red 98 ◦ green 134 ◦ blue 236

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

Shades of Cornflower Blue #6286EC

Tints of Cornflower Blue #6286EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 20.94%
G = 28.63%
B = 50.43%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6286EC (or 0x6286EC) is known color: Cornflower Blue. HEX triplet: 62, 86 and EC. RGB value is (98,134,236). Sum of RGB (Red+Green+Blue) = 98+134+236=468 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.94% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #6286EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286EC is #9D7913. Grayscale: #868686. Windows color (decimal): -10320148 or 15500898. OLE color: 15500898.

HSL color Cylindrical-coordinate representation of color #6286EC: hue angle of 224.35º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6286EC is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 134 236 -
CMYK 0.58 0.43 0 0.07
HSL 224.35º 0.78% 0.65% -
HSV(B) 224.35º 0.58% 0.93% -
XYZ 28.7 25.7 82.81 -
YUV 134.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 98 134 236 0.58 0.43 0 0.07 224.35 0.78 0.65
Hex 62 86 EC 3A 2B 0 7 E0 4E 41
Octal 142 206 354 72 53 0 7 340 116 101
Binary 1100010 10000110 11101100 111010 101011 0 111 11100000 1001110 1000001

Color Harmonies of #6286EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286EC

Black with #6286EC

Text Example


Text Example

White with #6286EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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