Html Css Color HEX #6989DC Cornflower Blue

📋 copy color: '#6989DC'

red 105 ◦ green 137 ◦ blue 220

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

Shades of Cornflower Blue #6989DC

Tints of Cornflower Blue #6989DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 22.73%
G = 29.65%
B = 47.62%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6989DC (or 0x6989DC) is known color: Cornflower Blue. HEX triplet: 69, 89 and DC. RGB value is (105,137,220). Sum of RGB (Red+Green+Blue) = 105+137+220=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #6989DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6989DC is #967623. Grayscale: #888888. Windows color (decimal): -9860644 or 14453097. OLE color: 14453097.

HSL color Cylindrical-coordinate representation of color #6989DC: hue angle of 223.3º 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 #6989DC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 137 220 -
CMYK 0.52 0.38 0 0.14
HSL 223.3º 0.62% 0.64% -
HSV(B) 223.3º 0.52% 0.86% -
XYZ 27.69 26.06 71.28 -
YUV 136.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 105 137 220 0.52 0.38 0 0.14 223.3 0.62 0.64
Hex 69 89 DC 34 26 0 E DF 3E 40
Octal 151 211 334 64 46 0 16 337 76 100
Binary 1101001 10001001 11011100 110100 100110 0 1110 11011111 111110 1000000

Color Harmonies of #6989DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6989DC

Black with #6989DC

Text Example


Text Example

White with #6989DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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