Html Css Color HEX #689FCE Picton Blue

📋 copy color: '#689FCE'

red 104 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #689FCE

Tints of Picton Blue #689FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.9%

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

R = 22.17%
G = 33.9%
B = 43.92%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#689FCE (or 0x689FCE) is known color: Picton Blue. HEX triplet: 68, 9F and CE. RGB value is (104,159,206). Sum of RGB (Red+Green+Blue) = 104+159+206=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #689FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FCE is #976031. Grayscale: #939393. Windows color (decimal): -9920562 or 13541224. OLE color: 13541224.

HSL color Cylindrical-coordinate representation of color #689FCE: hue angle of 207.65º 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 #689FCE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 159 206 -
CMYK 0.50 0.23 0 0.19
HSL 207.65º 0.51% 0.61% -
HSV(B) 207.65º 0.5% 0.81% -
XYZ 29.25 32.2 63.07 -
YUV 147.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 104 159 206 0.50 0.23 0 0.19 207.65 0.51 0.61
Hex 68 9F CE 32 17 0 13 D0 33 3D
Octal 150 237 316 62 27 0 23 320 63 75
Binary 1101000 10011111 11001110 110010 10111 0 10011 11010000 110011 111101

Color Harmonies of #689FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689FCE

Black with #689FCE

Text Example


Text Example

White with #689FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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