Html Css Color HEX #6981E8 Cornflower Blue

📋 copy color: '#6981E8'

red 105 ◦ green 129 ◦ blue 232

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

Shades of Cornflower Blue #6981E8

Tints of Cornflower Blue #6981E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.79%

R = 22.53%
G = 27.68%
B = 49.79%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6981E8 (or 0x6981E8) is known color: Cornflower Blue. HEX triplet: 69, 81 and E8. RGB value is (105,129,232). Sum of RGB (Red+Green+Blue) = 105+129+232=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #6981E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6981E8 is #967E17. Grayscale: #858585. Windows color (decimal): -9862680 or 15237481. OLE color: 15237481.

HSL color Cylindrical-coordinate representation of color #6981E8: hue angle of 228.66º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6981E8 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 129 232 -
CMYK 0.55 0.44 0 0.09
HSL 228.66º 0.73% 0.66% -
HSV(B) 228.66º 0.55% 0.91% -
XYZ 28.24 24.53 79.59 -
YUV 133.57 183.55 107.62 -
System Red Green Blue C M Y K H S L
Decimal 105 129 232 0.55 0.44 0 0.09 228.66 0.73 0.66
Hex 69 81 E8 37 2C 0 9 E5 49 42
Octal 151 201 350 67 54 0 11 345 111 102
Binary 1101001 10000001 11101000 110111 101100 0 1001 11100101 1001001 1000010

Color Harmonies of #6981E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981E8

Black with #6981E8

Text Example


Text Example

White with #6981E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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