Html Css Color HEX #6981D7 Cornflower Blue

📋 copy color: '#6981D7'

red 105 ◦ green 129 ◦ blue 215

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

Shades of Cornflower Blue #6981D7

Tints of Cornflower Blue #6981D7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

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

R = 23.39%
G = 28.73%
B = 47.88%

CMYK

 C value IS 0.51

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6981D7 (or 0x6981D7) is known color: Cornflower Blue. HEX triplet: 69, 81 and D7. RGB value is (105,129,215). Sum of RGB (Red+Green+Blue) = 105+129+215=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #6981D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981D7 is #967E28. Grayscale: #838383. Windows color (decimal): -9862697 or 14123369. OLE color: 14123369.

HSL color Cylindrical-coordinate representation of color #6981D7: hue angle of 226.91º 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 #6981D7 is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 129 215 -
CMYK 0.51 0.4 0 0.16
HSL 226.91º 0.58% 0.63% -
HSV(B) 226.91º 0.51% 0.84% -
XYZ 25.94 23.61 67.48 -
YUV 131.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 105 129 215 0.51 0.4 0 0.16 226.91 0.58 0.63
Hex 69 81 D7 33 28 0 10 E3 3A 3F
Octal 151 201 327 63 50 0 20 343 72 77
Binary 1101001 10000001 11010111 110011 101000 0 10000 11100011 111010 111111

Color Harmonies of #6981D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981D7

Black with #6981D7

Text Example


Text Example

White with #6981D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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