Html Css Color HEX #6987F2 Cornflower Blue

📋 copy color: '#6987F2'

red 105 ◦ green 135 ◦ blue 242

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

Shades of Cornflower Blue #6987F2

Tints of Cornflower Blue #6987F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 21.78%
G = 28.01%
B = 50.21%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6987F2 (or 0x6987F2) is known color: Cornflower Blue. HEX triplet: 69, 87 and F2. RGB value is (105,135,242). Sum of RGB (Red+Green+Blue) = 105+135+242=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #6987F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6987F2 is #96780D. Grayscale: #898989. Windows color (decimal): -9861134 or 15894377. OLE color: 15894377.

HSL color Cylindrical-coordinate representation of color #6987F2: hue angle of 226.86º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6987F2 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 105 135 242 -
CMYK 0.57 0.44 0 0.05
HSL 226.86º 0.84% 0.68% -
HSV(B) 226.86º 0.57% 0.95% -
XYZ 30.52 26.74 87.56 -
YUV 138.23 186.56 104.3 -
System Red Green Blue C M Y K H S L
Decimal 105 135 242 0.57 0.44 0 0.05 226.86 0.84 0.68
Hex 69 87 F2 39 2C 0 5 E3 54 44
Octal 151 207 362 71 54 0 5 343 124 104
Binary 1101001 10000111 11110010 111001 101100 0 101 11100011 1010100 1000100

Color Harmonies of #6987F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6987F2

Black with #6987F2

Text Example


Text Example

White with #6987F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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