Html Css Color HEX #6987FE Cornflower Blue

📋 copy color: '#6987FE'

red 105 ◦ green 135 ◦ blue 254

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

Shades of Cornflower Blue #6987FE

Tints of Cornflower Blue #6987FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 21.26%
G = 27.33%
B = 51.42%

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

#6987FE (or 0x6987FE) is known color: Cornflower Blue. HEX triplet: 69, 87 and FE. RGB value is (105,135,254). Sum of RGB (Red+Green+Blue) = 105+135+254=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #6987FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6987FE is #967801. Grayscale: #8B8B8B. Windows color (decimal): -9861122 or 16680809. OLE color: 16680809.

HSL color Cylindrical-coordinate representation of color #6987FE: hue angle of 227.92º 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 #6987FE is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 135 254 -
CMYK 0.59 0.47 0 0.00
HSL 227.92º 0.99% 0.7% -
HSV(B) 227.92º 0.59% 1% -
XYZ 32.38 27.49 97.36 -
YUV 139.6 192.56 103.32 -
System Red Green Blue C M Y K H S L
Decimal 105 135 254 0.59 0.47 0 0.00 227.92 0.99 0.7
Hex 69 87 FE 3B 2F 0 0 E4 63 46
Octal 151 207 376 73 57 0 0 344 143 106
Binary 1101001 10000111 11111110 111011 101111 0 0 11100100 1100011 1000110

Color Harmonies of #6987FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6987FE

Black with #6987FE

Text Example


Text Example

White with #6987FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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