Html Css Color HEX #689ED8 Picton Blue

📋 copy color: '#689ED8'

red 104 ◦ green 158 ◦ blue 216

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

Shades of Picton Blue #689ED8

Tints of Picton Blue #689ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.19%

R = 21.76%
G = 33.05%
B = 45.19%

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

#689ED8 (or 0x689ED8) is known color: Picton Blue. HEX triplet: 68, 9E and D8. RGB value is (104,158,216). Sum of RGB (Red+Green+Blue) = 104+158+216=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 216 - color contains mainly: blue. Hex color #689ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ED8 is #976127. Grayscale: #949494. Windows color (decimal): -9920808 or 14196328. OLE color: 14196328.

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

Color convert

RGB 104 158 216 -
CMYK 0.52 0.27 0 0.15
HSL 211.07º 0.59% 0.63% -
HSV(B) 211.07º 0.52% 0.85% -
XYZ 30.33 32.35 69.61 -
YUV 148.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 104 158 216 0.52 0.27 0 0.15 211.07 0.59 0.63
Hex 68 9E D8 34 1B 0 F D3 3B 3F
Octal 150 236 330 64 33 0 17 323 73 77
Binary 1101000 10011110 11011000 110100 11011 0 1111 11010011 111011 111111

Color Harmonies of #689ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ED8

Black with #689ED8

Text Example


Text Example

White with #689ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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