Html Css Color HEX #689BD5 Picton Blue

📋 copy color: '#689BD5'

red 104 ◦ green 155 ◦ blue 213

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

Shades of Picton Blue #689BD5

Tints of Picton Blue #689BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.84%

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

R = 22.03%
G = 32.84%
B = 45.13%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#689BD5 (or 0x689BD5) is known color: Picton Blue. HEX triplet: 68, 9B and D5. RGB value is (104,155,213). Sum of RGB (Red+Green+Blue) = 104+155+213=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #689BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BD5 is #97642A. Grayscale: #929292. Windows color (decimal): -9921579 or 13998952. OLE color: 13998952.

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

Color convert

RGB 104 155 213 -
CMYK 0.51 0.27 0 0.16
HSL 211.93º 0.56% 0.62% -
HSV(B) 211.93º 0.51% 0.84% -
XYZ 29.44 31.19 67.42 -
YUV 146.36 165.6 97.78 -
System Red Green Blue C M Y K H S L
Decimal 104 155 213 0.51 0.27 0 0.16 211.93 0.56 0.62
Hex 68 9B D5 33 1B 0 10 D4 38 3E
Octal 150 233 325 63 33 0 20 324 70 76
Binary 1101000 10011011 11010101 110011 11011 0 10000 11010100 111000 111110

Color Harmonies of #689BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689BD5

Black with #689BD5

Text Example


Text Example

White with #689BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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