Html Css Color HEX #6981FF Cornflower Blue

📋 copy color: '#6981FF'

red 105 ◦ green 129 ◦ blue 255

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

Shades of Cornflower Blue #6981FF

Tints of Cornflower Blue #6981FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.15%

R = 21.47%
G = 26.38%
B = 52.15%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6981FF (or 0x6981FF) is known color: Cornflower Blue. HEX triplet: 69, 81 and FF. RGB value is (105,129,255). Sum of RGB (Red+Green+Blue) = 105+129+255=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #6981FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6981FF is #967E00. Grayscale: #878787. Windows color (decimal): -9862657 or 16744809. OLE color: 16744809.

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

Color convert

RGB 105 129 255 -
CMYK 0.59 0.49 0 0
HSL 230.4º 1% 0.71% -
HSV(B) 230.4º 0.59% 1% -
XYZ 31.73 25.92 97.94 -
YUV 136.19 195.05 105.75 -
System Red Green Blue C M Y K H S L
Decimal 105 129 255 0.59 0.49 0 0 230.4 1 0.71
Hex 69 81 FF 3B 31 0 0 E6 64 47
Octal 151 201 377 73 61 0 0 346 144 107
Binary 1101001 10000001 11111111 111011 110001 0 0 11100110 1100100 1000111

Color Harmonies of #6981FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981FF

Black with #6981FF

Text Example


Text Example

White with #6981FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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