Html Css Color HEX #6981DA Cornflower Blue

📋 copy color: '#6981DA'

red 105 ◦ green 129 ◦ blue 218

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

Shades of Cornflower Blue #6981DA

Tints of Cornflower Blue #6981DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 23.23%
G = 28.54%
B = 48.23%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6981DA (or 0x6981DA) is known color: Cornflower Blue. HEX triplet: 69, 81 and DA. RGB value is (105,129,218). Sum of RGB (Red+Green+Blue) = 105+129+218=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #6981DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6981DA is #967E25. Grayscale: #838383. Windows color (decimal): -9862694 or 14319977. OLE color: 14319977.

HSL color Cylindrical-coordinate representation of color #6981DA: hue angle of 227.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6981DA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 129 218 -
CMYK 0.52 0.41 0 0.15
HSL 227.26º 0.6% 0.63% -
HSV(B) 227.26º 0.52% 0.85% -
XYZ 26.33 23.77 69.53 -
YUV 131.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 105 129 218 0.52 0.41 0 0.15 227.26 0.6 0.63
Hex 69 81 DA 34 29 0 F E3 3C 3F
Octal 151 201 332 64 51 0 17 343 74 77
Binary 1101001 10000001 11011010 110100 101001 0 1111 11100011 111100 111111

Color Harmonies of #6981DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6981DA

Black with #6981DA

Text Example


Text Example

White with #6981DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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