Html Css Color HEX #689ECE Picton Blue

📋 copy color: '#689ECE'

red 104 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #689ECE

Tints of Picton Blue #689ECE

RGB

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

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

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

R = 22.22%
G = 33.76%
B = 44.02%

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

#689ECE (or 0x689ECE) is known color: Picton Blue. HEX triplet: 68, 9E and CE. RGB value is (104,158,206). Sum of RGB (Red+Green+Blue) = 104+158+206=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #689ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689ECE is #976131. Grayscale: #939393. Windows color (decimal): -9920818 or 13540968. OLE color: 13540968.

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

Color convert

RGB 104 158 206 -
CMYK 0.50 0.23 0 0.19
HSL 208.24º 0.51% 0.61% -
HSV(B) 208.24º 0.5% 0.81% -
XYZ 29.08 31.85 63.01 -
YUV 147.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 104 158 206 0.50 0.23 0 0.19 208.24 0.51 0.61
Hex 68 9E CE 32 17 0 13 D0 33 3D
Octal 150 236 316 62 27 0 23 320 63 75
Binary 1101000 10011110 11001110 110010 10111 0 10011 11010000 110011 111101

Color Harmonies of #689ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689ECE

Black with #689ECE

Text Example


Text Example

White with #689ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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