Html Css Color HEX #689ED9 Picton Blue

📋 copy color: '#689ED9'

red 104 ◦ green 158 ◦ blue 217

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

Shades of Picton Blue #689ED9

Tints of Picton Blue #689ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.3%

R = 21.71%
G = 32.99%
B = 45.3%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#689ED9 (or 0x689ED9) is known color: Picton Blue. HEX triplet: 68, 9E and D9. RGB value is (104,158,217). Sum of RGB (Red+Green+Blue) = 104+158+217=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #689ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ED9 is #976126. Grayscale: #949494. Windows color (decimal): -9920807 or 14261864. OLE color: 14261864.

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

Color convert

RGB 104 158 217 -
CMYK 0.52 0.27 0 0.15
HSL 211.33º 0.6% 0.63% -
HSV(B) 211.33º 0.52% 0.85% -
XYZ 30.46 32.41 70.3 -
YUV 148.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 104 158 217 0.52 0.27 0 0.15 211.33 0.6 0.63
Hex 68 9E D9 34 1B 0 F D3 3C 3F
Octal 150 236 331 64 33 0 17 323 74 77
Binary 1101000 10011110 11011001 110100 11011 0 1111 11010011 111100 111111

Color Harmonies of #689ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ED9

Black with #689ED9

Text Example


Text Example

White with #689ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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