Html Css Color HEX #689ECB Picton Blue

📋 copy color: '#689ECB'

red 104 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #689ECB

Tints of Picton Blue #689ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 22.37%
G = 33.98%
B = 43.66%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#689ECB (or 0x689ECB) is known color: Picton Blue. HEX triplet: 68, 9E and CB. RGB value is (104,158,203). Sum of RGB (Red+Green+Blue) = 104+158+203=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #689ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ECB is #976134. Grayscale: #929292. Windows color (decimal): -9920821 or 13344360. OLE color: 13344360.

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

Color convert

RGB 104 158 203 -
CMYK 0.49 0.22 0 0.20
HSL 207.27º 0.49% 0.6% -
HSV(B) 207.27º 0.49% 0.8% -
XYZ 28.72 31.71 61.11 -
YUV 146.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 104 158 203 0.49 0.22 0 0.20 207.27 0.49 0.6
Hex 68 9E CB 31 16 0 14 CF 31 3C
Octal 150 236 313 61 26 0 24 317 61 74
Binary 1101000 10011110 11001011 110001 10110 0 10100 11001111 110001 111100

Color Harmonies of #689ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ECB

Black with #689ECB

Text Example


Text Example

White with #689ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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