Html Css Color HEX #6986FE Cornflower Blue

📋 copy color: '#6986FE'

red 105 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #6986FE

Tints of Cornflower Blue #6986FE

RGB

 RED value IS 105 (41.41% from 255) = 21.3%

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

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

R = 21.3%
G = 27.18%
B = 51.52%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6986FE (or 0x6986FE) is known color: Cornflower Blue. HEX triplet: 69, 86 and FE. RGB value is (105,134,254). Sum of RGB (Red+Green+Blue) = 105+134+254=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #6986FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6986FE is #967901. Grayscale: #8A8A8A. Windows color (decimal): -9861378 or 16680553. OLE color: 16680553.

HSL color Cylindrical-coordinate representation of color #6986FE: hue angle of 228.32º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6986FE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 134 254 -
CMYK 0.59 0.47 0 0.00
HSL 228.32º 0.99% 0.7% -
HSV(B) 228.32º 0.59% 1% -
XYZ 32.24 27.21 97.32 -
YUV 139.01 192.89 103.74 -
System Red Green Blue C M Y K H S L
Decimal 105 134 254 0.59 0.47 0 0.00 228.32 0.99 0.7
Hex 69 86 FE 3B 2F 0 0 E4 63 46
Octal 151 206 376 73 57 0 0 344 143 106
Binary 1101001 10000110 11111110 111011 101111 0 0 11100100 1100011 1000110

Color Harmonies of #6986FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6986FE

Black with #6986FE

Text Example


Text Example

White with #6986FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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