Html Css Color HEX #689DD7 Picton Blue

📋 copy color: '#689DD7'

red 104 ◦ green 157 ◦ blue 215

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

Shades of Picton Blue #689DD7

Tints of Picton Blue #689DD7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

 BLUE value IS 215 (84.38% from 255) = 45.17%

R = 21.85%
G = 32.98%
B = 45.17%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#689DD7 (or 0x689DD7) is known color: Picton Blue. HEX triplet: 68, 9D and D7. RGB value is (104,157,215). Sum of RGB (Red+Green+Blue) = 104+157+215=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #689DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DD7 is #976228. Grayscale: #939393. Windows color (decimal): -9921065 or 14130536. OLE color: 14130536.

HSL color Cylindrical-coordinate representation of color #689DD7: hue angle of 211.35º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #689DD7 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 157 215 -
CMYK 0.52 0.27 0 0.16
HSL 211.35º 0.58% 0.63% -
HSV(B) 211.35º 0.52% 0.84% -
XYZ 30.03 31.96 68.88 -
YUV 147.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 104 157 215 0.52 0.27 0 0.16 211.35 0.58 0.63
Hex 68 9D D7 34 1B 0 10 D3 3A 3F
Octal 150 235 327 64 33 0 20 323 72 77
Binary 1101000 10011101 11010111 110100 11011 0 10000 11010011 111010 111111

Color Harmonies of #689DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689DD7

Black with #689DD7

Text Example


Text Example

White with #689DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,157,215); }

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

background-color css

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

 a { background-color: rgb(104,157,215); }

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

border-color css

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

 span { border-color: rgb(104,157,215); }

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