Html Css Color HEX #6981FE Cornflower Blue

📋 copy color: '#6981FE'

red 105 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #6981FE

Tints of Cornflower Blue #6981FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.05%

R = 21.52%
G = 26.43%
B = 52.05%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6981FE (or 0x6981FE) is known color: Cornflower Blue. HEX triplet: 69, 81 and FE. RGB value is (105,129,254). Sum of RGB (Red+Green+Blue) = 105+129+254=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6981FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6981FE is #967E01. Grayscale: #878787. Windows color (decimal): -9862658 or 16679273. OLE color: 16679273.

HSL color Cylindrical-coordinate representation of color #6981FE: hue angle of 230.34º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6981FE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 105 129 254 -
CMYK 0.59 0.49 0 0.00
HSL 230.34º 0.99% 0.7% -
HSV(B) 230.34º 0.59% 1% -
XYZ 31.57 25.86 97.09 -
YUV 136.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 105 129 254 0.59 0.49 0 0.00 230.34 0.99 0.7
Hex 69 81 FE 3B 31 0 0 E6 63 46
Octal 151 201 376 73 61 0 0 346 143 106
Binary 1101001 10000001 11111110 111011 110001 0 0 11100110 1100011 1000110

Color Harmonies of #6981FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981FE

Black with #6981FE

Text Example


Text Example

White with #6981FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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