Html Css Color HEX #6987F0 Cornflower Blue

📋 copy color: '#6987F0'

red 105 ◦ green 135 ◦ blue 240

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

Shades of Cornflower Blue #6987F0

Tints of Cornflower Blue #6987F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50%

R = 21.88%
G = 28.13%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6987F0 (or 0x6987F0) is known color: Cornflower Blue. HEX triplet: 69, 87 and F0. RGB value is (105,135,240). Sum of RGB (Red+Green+Blue) = 105+135+240=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 240 (94.14% from 255 or 50% from 480); Max value from RGB is 240 - color contains mainly: blue. Hex color #6987F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6987F0 is #96780F. Grayscale: #898989. Windows color (decimal): -9861136 or 15763305. OLE color: 15763305.

HSL color Cylindrical-coordinate representation of color #6987F0: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6987F0 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 135 240 -
CMYK 0.56 0.44 0 0.06
HSL 226.67º 0.82% 0.68% -
HSV(B) 226.67º 0.56% 0.94% -
XYZ 30.22 26.62 85.98 -
YUV 138 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 105 135 240 0.56 0.44 0 0.06 226.67 0.82 0.68
Hex 69 87 F0 38 2C 0 6 E3 52 44
Octal 151 207 360 70 54 0 6 343 122 104
Binary 1101001 10000111 11110000 111000 101100 0 110 11100011 1010010 1000100

Color Harmonies of #6987F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6987F0

Black with #6987F0

Text Example


Text Example

White with #6987F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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