Html Css Color HEX #6286D9 Cornflower Blue

📋 copy color: '#6286D9'

red 98 ◦ green 134 ◦ blue 217

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

Shades of Cornflower Blue #6286D9

Tints of Cornflower Blue #6286D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.33%

R = 21.83%
G = 29.84%
B = 48.33%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6286D9 (or 0x6286D9) is known color: Cornflower Blue. HEX triplet: 62, 86 and D9. RGB value is (98,134,217). Sum of RGB (Red+Green+Blue) = 98+134+217=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #6286D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6286D9 is #9D7926. Grayscale: #848484. Windows color (decimal): -10320167 or 14255714. OLE color: 14255714.

HSL color Cylindrical-coordinate representation of color #6286D9: hue angle of 221.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6286D9 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 134 217 -
CMYK 0.55 0.38 0 0.15
HSL 221.85º 0.61% 0.62% -
HSV(B) 221.85º 0.55% 0.85% -
XYZ 26.09 24.66 69.03 -
YUV 132.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 98 134 217 0.55 0.38 0 0.15 221.85 0.61 0.62
Hex 62 86 D9 37 26 0 F DE 3D 3E
Octal 142 206 331 67 46 0 17 336 75 76
Binary 1100010 10000110 11011001 110111 100110 0 1111 11011110 111101 111110

Color Harmonies of #6286D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286D9

Black with #6286D9

Text Example


Text Example

White with #6286D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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