Html Css Color HEX #689ACE Picton Blue

📋 copy color: '#689ACE'

red 104 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #689ACE

Tints of Picton Blue #689ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 22.41%
G = 33.19%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#689ACE (or 0x689ACE) is known color: Picton Blue. HEX triplet: 68, 9A and CE. RGB value is (104,154,206). Sum of RGB (Red+Green+Blue) = 104+154+206=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #689ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ACE is #976531. Grayscale: #909090. Windows color (decimal): -9921842 or 13539944. OLE color: 13539944.

HSL color Cylindrical-coordinate representation of color #689ACE: hue angle of 210.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689ACE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 154 206 -
CMYK 0.50 0.25 0 0.19
HSL 210.59º 0.51% 0.61% -
HSV(B) 210.59º 0.5% 0.81% -
XYZ 28.41 30.51 62.78 -
YUV 144.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 104 154 206 0.50 0.25 0 0.19 210.59 0.51 0.61
Hex 68 9A CE 32 19 0 13 D3 33 3D
Octal 150 232 316 62 31 0 23 323 63 75
Binary 1101000 10011010 11001110 110010 11001 0 10011 11010011 110011 111101

Color Harmonies of #689ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ACE

Black with #689ACE

Text Example


Text Example

White with #689ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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