Html Css Color HEX #6981EF Cornflower Blue

📋 copy color: '#6981EF'

red 105 ◦ green 129 ◦ blue 239

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

Shades of Cornflower Blue #6981EF

Tints of Cornflower Blue #6981EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 22.2%
G = 27.27%
B = 50.53%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6981EF (or 0x6981EF) is known color: Cornflower Blue. HEX triplet: 69, 81 and EF. RGB value is (105,129,239). Sum of RGB (Red+Green+Blue) = 105+129+239=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #6981EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6981EF is #967E10. Grayscale: #858585. Windows color (decimal): -9862673 or 15696233. OLE color: 15696233.

HSL color Cylindrical-coordinate representation of color #6981EF: hue angle of 229.25º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6981EF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 129 239 -
CMYK 0.56 0.46 0 0.06
HSL 229.25º 0.81% 0.67% -
HSV(B) 229.25º 0.56% 0.94% -
XYZ 29.26 24.94 84.93 -
YUV 134.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 105 129 239 0.56 0.46 0 0.06 229.25 0.81 0.67
Hex 69 81 EF 38 2E 0 6 E5 51 43
Octal 151 201 357 70 56 0 6 345 121 103
Binary 1101001 10000001 11101111 111000 101110 0 110 11100101 1010001 1000011

Color Harmonies of #6981EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981EF

Black with #6981EF

Text Example


Text Example

White with #6981EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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