Html Css Color HEX #689ECD Picton Blue

📋 copy color: '#689ECD'

red 104 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #689ECD

Tints of Picton Blue #689ECD

RGB

 RED value IS 104 (41.02% from 255) = 22.27%

 GREEN value IS 158 (62.11% from 255) = 33.83%

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 22.27%
G = 33.83%
B = 43.9%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#689ECD (or 0x689ECD) is known color: Picton Blue. HEX triplet: 68, 9E and CD. RGB value is (104,158,205). Sum of RGB (Red+Green+Blue) = 104+158+205=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #689ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ECD is #976132. Grayscale: #929292. Windows color (decimal): -9920819 or 13475432. OLE color: 13475432.

HSL color Cylindrical-coordinate representation of color #689ECD: hue angle of 207.92º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689ECD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 158 205 -
CMYK 0.49 0.23 0 0.20
HSL 207.92º 0.5% 0.61% -
HSV(B) 207.92º 0.49% 0.8% -
XYZ 28.96 31.8 62.37 -
YUV 147.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 104 158 205 0.49 0.23 0 0.20 207.92 0.5 0.61
Hex 68 9E CD 31 17 0 14 D0 32 3D
Octal 150 236 315 61 27 0 24 320 62 75
Binary 1101000 10011110 11001101 110001 10111 0 10100 11010000 110010 111101

Color Harmonies of #689ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ECD

Black with #689ECD

Text Example


Text Example

White with #689ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689ECD; }

 p { color: rgb(104,158,205); }

 H1.HeaderClassName
 {
   color: #689ECD;
 }
 .AnyTagClassName
 {
   color: #689ECD;
 }
</style>

background-color css

<style>
 a { background-color: #689ECD; }

 a { background-color: rgb(104,158,205); }

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

border-color css

<style>
 span { border-color: #689ECD; }

 span { border-color: rgb(104,158,205); }

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