Html Css Color HEX #689ECF Picton Blue

📋 copy color: '#689ECF'

red 104 ◦ green 158 ◦ blue 207

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

Shades of Picton Blue #689ECF

Tints of Picton Blue #689ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.69%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 22.17%
G = 33.69%
B = 44.14%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#689ECF (or 0x689ECF) is known color: Picton Blue. HEX triplet: 68, 9E and CF. RGB value is (104,158,207). Sum of RGB (Red+Green+Blue) = 104+158+207=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #689ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ECF is #976130. Grayscale: #939393. Windows color (decimal): -9920817 or 13606504. OLE color: 13606504.

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

Color convert

RGB 104 158 207 -
CMYK 0.50 0.24 0 0.19
HSL 208.54º 0.52% 0.61% -
HSV(B) 208.54º 0.5% 0.81% -
XYZ 29.2 31.9 63.65 -
YUV 147.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 104 158 207 0.50 0.24 0 0.19 208.54 0.52 0.61
Hex 68 9E CF 32 18 0 13 D1 34 3D
Octal 150 236 317 62 30 0 23 321 64 75
Binary 1101000 10011110 11001111 110010 11000 0 10011 11010001 110100 111101

Color Harmonies of #689ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ECF

Black with #689ECF

Text Example


Text Example

White with #689ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,158,207); }

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

background-color css

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

 a { background-color: rgb(104,158,207); }

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

border-color css

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

 span { border-color: rgb(104,158,207); }

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