Html Css Color HEX #6983DC Cornflower Blue

📋 copy color: '#6983DC'

red 105 ◦ green 131 ◦ blue 220

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

Shades of Cornflower Blue #6983DC

Tints of Cornflower Blue #6983DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 23.03%
G = 28.73%
B = 48.25%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6983DC (or 0x6983DC) is known color: Cornflower Blue. HEX triplet: 69, 83 and DC. RGB value is (105,131,220). Sum of RGB (Red+Green+Blue) = 105+131+220=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6983DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6983DC is #967C23. Grayscale: #848484. Windows color (decimal): -9862180 or 14451561. OLE color: 14451561.

HSL color Cylindrical-coordinate representation of color #6983DC: hue angle of 226.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6983DC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 131 220 -
CMYK 0.52 0.40 0 0.14
HSL 226.43º 0.62% 0.64% -
HSV(B) 226.43º 0.52% 0.86% -
XYZ 26.86 24.4 71 -
YUV 133.37 176.89 107.76 -
System Red Green Blue C M Y K H S L
Decimal 105 131 220 0.52 0.40 0 0.14 226.43 0.62 0.64
Hex 69 83 DC 34 28 0 E E2 3E 40
Octal 151 203 334 64 50 0 16 342 76 100
Binary 1101001 10000011 11011100 110100 101000 0 1110 11100010 111110 1000000

Color Harmonies of #6983DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6983DC

Black with #6983DC

Text Example


Text Example

White with #6983DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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