Html Css Color HEX #6982DA Cornflower Blue

📋 copy color: '#6982DA'

red 105 ◦ green 130 ◦ blue 218

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

Shades of Cornflower Blue #6982DA

Tints of Cornflower Blue #6982DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 23.18%
G = 28.7%
B = 48.12%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6982DA (or 0x6982DA) is known color: Cornflower Blue. HEX triplet: 69, 82 and DA. RGB value is (105,130,218). Sum of RGB (Red+Green+Blue) = 105+130+218=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #6982DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6982DA is #967D25. Grayscale: #848484. Windows color (decimal): -9862438 or 14320233. OLE color: 14320233.

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

Color convert

RGB 105 130 218 -
CMYK 0.52 0.40 0 0.15
HSL 226.73º 0.6% 0.63% -
HSV(B) 226.73º 0.52% 0.85% -
XYZ 26.46 24.03 69.57 -
YUV 132.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 105 130 218 0.52 0.40 0 0.15 226.73 0.6 0.63
Hex 69 82 DA 34 28 0 F E3 3C 3F
Octal 151 202 332 64 50 0 17 343 74 77
Binary 1101001 10000010 11011010 110100 101000 0 1111 11100011 111100 111111

Color Harmonies of #6982DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6982DA

Black with #6982DA

Text Example


Text Example

White with #6982DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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