Html Css Color HEX #6286EB Cornflower Blue

📋 copy color: '#6286EB'

red 98 ◦ green 134 ◦ blue 235

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

Shades of Cornflower Blue #6286EB

Tints of Cornflower Blue #6286EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 20.99%
G = 28.69%
B = 50.32%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6286EB (or 0x6286EB) is known color: Cornflower Blue. HEX triplet: 62, 86 and EB. RGB value is (98,134,235). Sum of RGB (Red+Green+Blue) = 98+134+235=467 (61% of max value = 765). Red value is 98 (38.67% from 255 or 20.99% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #6286EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286EB is #9D7914. Grayscale: #868686. Windows color (decimal): -10320149 or 15435362. OLE color: 15435362.

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

Color convert

RGB 98 134 235 -
CMYK 0.58 0.43 0 0.08
HSL 224.23º 0.77% 0.65% -
HSV(B) 224.23º 0.58% 0.92% -
XYZ 28.56 25.65 82.04 -
YUV 134.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 98 134 235 0.58 0.43 0 0.08 224.23 0.77 0.65
Hex 62 86 EB 3A 2B 0 8 E0 4D 41
Octal 142 206 353 72 53 0 10 340 115 101
Binary 1100010 10000110 11101011 111010 101011 0 1000 11100000 1001101 1000001

Color Harmonies of #6286EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286EB

Black with #6286EB

Text Example


Text Example

White with #6286EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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