Html Css Color HEX #6987D7 Cornflower Blue

📋 copy color: '#6987D7'

red 105 ◦ green 135 ◦ blue 215

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

Shades of Cornflower Blue #6987D7

Tints of Cornflower Blue #6987D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.25%

R = 23.08%
G = 29.67%
B = 47.25%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6987D7 (or 0x6987D7) is known color: Cornflower Blue. HEX triplet: 69, 87 and D7. RGB value is (105,135,215). Sum of RGB (Red+Green+Blue) = 105+135+215=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #6987D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6987D7 is #967828. Grayscale: #868686. Windows color (decimal): -9861161 or 14124905. OLE color: 14124905.

HSL color Cylindrical-coordinate representation of color #6987D7: hue angle of 223.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6987D7 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 135 215 -
CMYK 0.51 0.37 0 0.16
HSL 223.64º 0.58% 0.63% -
HSV(B) 223.64º 0.51% 0.84% -
XYZ 26.76 25.24 67.75 -
YUV 135.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 105 135 215 0.51 0.37 0 0.16 223.64 0.58 0.63
Hex 69 87 D7 33 25 0 10 E0 3A 3F
Octal 151 207 327 63 45 0 20 340 72 77
Binary 1101001 10000111 11010111 110011 100101 0 10000 11100000 111010 111111

Color Harmonies of #6987D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6987D7

Black with #6987D7

Text Example


Text Example

White with #6987D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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