Html Css Color HEX #6286FD Cornflower Blue

📋 copy color: '#6286FD'

red 98 ◦ green 134 ◦ blue 253

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

Shades of Cornflower Blue #6286FD

Tints of Cornflower Blue #6286FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 20.21%
G = 27.63%
B = 52.16%

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

#6286FD (or 0x6286FD) is known color: Cornflower Blue. HEX triplet: 62, 86 and FD. RGB value is (98,134,253). Sum of RGB (Red+Green+Blue) = 98+134+253=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #6286FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6286FD is #9D7902. Grayscale: #888888. Windows color (decimal): -10320131 or 16615010. OLE color: 16615010.

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

Color convert

RGB 98 134 253 -
CMYK 0.61 0.47 0 0.01
HSL 226.06º 0.97% 0.69% -
HSV(B) 226.06º 0.61% 0.99% -
XYZ 31.29 26.74 96.44 -
YUV 136.8 193.57 100.32 -
System Red Green Blue C M Y K H S L
Decimal 98 134 253 0.61 0.47 0 0.01 226.06 0.97 0.69
Hex 62 86 FD 3D 2F 0 1 E2 61 45
Octal 142 206 375 75 57 0 1 342 141 105
Binary 1100010 10000110 11111101 111101 101111 0 1 11100010 1100001 1000101

Color Harmonies of #6286FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6286FD

Black with #6286FD

Text Example


Text Example

White with #6286FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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