Html Css Color HEX #689DCE Picton Blue

📋 copy color: '#689DCE'

red 104 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #689DCE

Tints of Picton Blue #689DCE

RGB

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

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

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

R = 22.27%
G = 33.62%
B = 44.11%

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

#689DCE (or 0x689DCE) is known color: Picton Blue. HEX triplet: 68, 9D and CE. RGB value is (104,157,206). Sum of RGB (Red+Green+Blue) = 104+157+206=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #689DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DCE is #976231. Grayscale: #929292. Windows color (decimal): -9921074 or 13540712. OLE color: 13540712.

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

Color convert

RGB 104 157 206 -
CMYK 0.50 0.24 0 0.19
HSL 208.82º 0.51% 0.61% -
HSV(B) 208.82º 0.5% 0.81% -
XYZ 28.91 31.51 62.95 -
YUV 146.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 104 157 206 0.50 0.24 0 0.19 208.82 0.51 0.61
Hex 68 9D CE 32 18 0 13 D1 33 3D
Octal 150 235 316 62 30 0 23 321 63 75
Binary 1101000 10011101 11001110 110010 11000 0 10011 11010001 110011 111101

Color Harmonies of #689DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689DCE

Black with #689DCE

Text Example


Text Example

White with #689DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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