Html Css Color HEX #689CDB Picton Blue

📋 copy color: '#689CDB'

red 104 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #689CDB

Tints of Picton Blue #689CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.57%

 BLUE value IS 219 (85.94% from 255) = 45.72%

R = 21.71%
G = 32.57%
B = 45.72%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#689CDB (or 0x689CDB) is known color: Picton Blue. HEX triplet: 68, 9C and DB. RGB value is (104,156,219). Sum of RGB (Red+Green+Blue) = 104+156+219=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #689CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDB is #976324. Grayscale: #939393. Windows color (decimal): -9921317 or 14392424. OLE color: 14392424.

HSL color Cylindrical-coordinate representation of color #689CDB: hue angle of 212.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689CDB is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 156 219 -
CMYK 0.53 0.29 0 0.14
HSL 212.87º 0.61% 0.63% -
HSV(B) 212.87º 0.53% 0.86% -
XYZ 30.38 31.83 71.56 -
YUV 147.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 104 156 219 0.53 0.29 0 0.14 212.87 0.61 0.63
Hex 68 9C DB 35 1D 0 E D5 3D 3F
Octal 150 234 333 65 35 0 16 325 75 77
Binary 1101000 10011100 11011011 110101 11101 0 1110 11010101 111101 111111

Color Harmonies of #689CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CDB

Black with #689CDB

Text Example


Text Example

White with #689CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,156,219); }

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

background-color css

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

 a { background-color: rgb(104,156,219); }

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

border-color css

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

 span { border-color: rgb(104,156,219); }

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