Html Css Color HEX #6983DA Cornflower Blue

📋 copy color: '#6983DA'

red 105 ◦ green 131 ◦ blue 218

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

Shades of Cornflower Blue #6983DA

Tints of Cornflower Blue #6983DA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.85%

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

R = 23.13%
G = 28.85%
B = 48.02%

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

#6983DA (or 0x6983DA) is known color: Cornflower Blue. HEX triplet: 69, 83 and DA. RGB value is (105,131,218). Sum of RGB (Red+Green+Blue) = 105+131+218=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #6983DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983DA is #967C25. Grayscale: #848484. Windows color (decimal): -9862182 or 14320489. OLE color: 14320489.

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

Color convert

RGB 105 131 218 -
CMYK 0.52 0.40 0 0.15
HSL 226.19º 0.6% 0.63% -
HSV(B) 226.19º 0.52% 0.85% -
XYZ 26.6 24.3 69.62 -
YUV 133.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 105 131 218 0.52 0.40 0 0.15 226.19 0.6 0.63
Hex 69 83 DA 34 28 0 F E2 3C 3F
Octal 151 203 332 64 50 0 17 342 74 77
Binary 1101001 10000011 11011010 110100 101000 0 1111 11100010 111100 111111

Color Harmonies of #6983DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6983DA

Black with #6983DA

Text Example


Text Example

White with #6983DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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