Html Css Color HEX #689ED5 Picton Blue

📋 copy color: '#689ED5'

red 104 ◦ green 158 ◦ blue 213

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

Shades of Picton Blue #689ED5

Tints of Picton Blue #689ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.84%

R = 21.89%
G = 33.26%
B = 44.84%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#689ED5 (or 0x689ED5) is known color: Picton Blue. HEX triplet: 68, 9E and D5. RGB value is (104,158,213). Sum of RGB (Red+Green+Blue) = 104+158+213=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #689ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ED5 is #97612A. Grayscale: #939393. Windows color (decimal): -9920811 or 13999720. OLE color: 13999720.

HSL color Cylindrical-coordinate representation of color #689ED5: hue angle of 210.28º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #689ED5 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 158 213 -
CMYK 0.51 0.26 0 0.16
HSL 210.28º 0.56% 0.62% -
HSV(B) 210.28º 0.51% 0.84% -
XYZ 29.95 32.2 67.59 -
YUV 148.12 164.61 96.53 -
System Red Green Blue C M Y K H S L
Decimal 104 158 213 0.51 0.26 0 0.16 210.28 0.56 0.62
Hex 68 9E D5 33 1A 0 10 D2 38 3E
Octal 150 236 325 63 32 0 20 322 70 76
Binary 1101000 10011110 11010101 110011 11010 0 10000 11010010 111000 111110

Color Harmonies of #689ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ED5

Black with #689ED5

Text Example


Text Example

White with #689ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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