Html Css Color HEX #689ACD Picton Blue

📋 copy color: '#689ACD'

red 104 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #689ACD

Tints of Picton Blue #689ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.26%

 BLUE value IS 205 (80.47% from 255) = 44.28%

R = 22.46%
G = 33.26%
B = 44.28%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#689ACD (or 0x689ACD) is known color: Picton Blue. HEX triplet: 68, 9A and CD. RGB value is (104,154,205). Sum of RGB (Red+Green+Blue) = 104+154+205=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #689ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ACD is #976532. Grayscale: #909090. Windows color (decimal): -9921843 or 13474408. OLE color: 13474408.

HSL color Cylindrical-coordinate representation of color #689ACD: hue angle of 210.3º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689ACD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 154 205 -
CMYK 0.49 0.25 0 0.20
HSL 210.3º 0.5% 0.61% -
HSV(B) 210.3º 0.49% 0.8% -
XYZ 28.28 30.46 62.15 -
YUV 144.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 104 154 205 0.49 0.25 0 0.20 210.3 0.5 0.61
Hex 68 9A CD 31 19 0 14 D2 32 3D
Octal 150 232 315 61 31 0 24 322 62 75
Binary 1101000 10011010 11001101 110001 11001 0 10100 11010010 110010 111101

Color Harmonies of #689ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ACD

Black with #689ACD

Text Example


Text Example

White with #689ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,154,205); }

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

background-color css

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

 a { background-color: rgb(104,154,205); }

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

border-color css

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

 span { border-color: rgb(104,154,205); }

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