Html Css Color HEX #689DCB Picton Blue

📋 copy color: '#689DCB'

red 104 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #689DCB

Tints of Picton Blue #689DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

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

R = 22.41%
G = 33.84%
B = 43.75%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#689DCB (or 0x689DCB) is known color: Picton Blue. HEX triplet: 68, 9D and CB. RGB value is (104,157,203). Sum of RGB (Red+Green+Blue) = 104+157+203=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #689DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DCB is #976234. Grayscale: #929292. Windows color (decimal): -9921077 or 13344104. OLE color: 13344104.

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

Color convert

RGB 104 157 203 -
CMYK 0.49 0.23 0 0.20
HSL 207.88º 0.49% 0.6% -
HSV(B) 207.88º 0.49% 0.8% -
XYZ 28.55 31.37 61.05 -
YUV 146.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 104 157 203 0.49 0.23 0 0.20 207.88 0.49 0.6
Hex 68 9D CB 31 17 0 14 D0 31 3C
Octal 150 235 313 61 27 0 24 320 61 74
Binary 1101000 10011101 11001011 110001 10111 0 10100 11010000 110001 111100

Color Harmonies of #689DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689DCB

Black with #689DCB

Text Example


Text Example

White with #689DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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