Html Css Color HEX #6979DA Cornflower Blue

📋 copy color: '#6979DA'

red 105 ◦ green 121 ◦ blue 218

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

Shades of Cornflower Blue #6979DA

Tints of Cornflower Blue #6979DA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.25%

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

R = 23.65%
G = 27.25%
B = 49.1%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6979DA (or 0x6979DA) is known color: Cornflower Blue. HEX triplet: 69, 79 and DA. RGB value is (105,121,218). Sum of RGB (Red+Green+Blue) = 105+121+218=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #6979DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979DA is #968625. Grayscale: #7E7E7E. Windows color (decimal): -9864742 or 14317929. OLE color: 14317929.

HSL color Cylindrical-coordinate representation of color #6979DA: hue angle of 231.5º 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 #6979DA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 121 218 -
CMYK 0.52 0.44 0 0.15
HSL 231.5º 0.6% 0.63% -
HSV(B) 231.5º 0.52% 0.85% -
XYZ 25.32 21.74 69.19 -
YUV 127.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 105 121 218 0.52 0.44 0 0.15 231.5 0.6 0.63
Hex 69 79 DA 34 2C 0 F E8 3C 3F
Octal 151 171 332 64 54 0 17 350 74 77
Binary 1101001 1111001 11011010 110100 101100 0 1111 11101000 111100 111111

Color Harmonies of #6979DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6979DA

Black with #6979DA

Text Example


Text Example

White with #6979DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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