Html Css Color HEX #689CCF Picton Blue

📋 copy color: '#689CCF'

red 104 ◦ green 156 ◦ blue 207

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

Shades of Picton Blue #689CCF

Tints of Picton Blue #689CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

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

R = 22.27%
G = 33.4%
B = 44.33%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#689CCF (or 0x689CCF) is known color: Picton Blue. HEX triplet: 68, 9C and CF. RGB value is (104,156,207). Sum of RGB (Red+Green+Blue) = 104+156+207=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #689CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CCF is #976330. Grayscale: #929292. Windows color (decimal): -9921329 or 13605992. OLE color: 13605992.

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

Color convert

RGB 104 156 207 -
CMYK 0.50 0.25 0 0.19
HSL 209.71º 0.52% 0.61% -
HSV(B) 209.71º 0.5% 0.81% -
XYZ 28.86 31.22 63.54 -
YUV 146.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 104 156 207 0.50 0.25 0 0.19 209.71 0.52 0.61
Hex 68 9C CF 32 19 0 13 D2 34 3D
Octal 150 234 317 62 31 0 23 322 64 75
Binary 1101000 10011100 11001111 110010 11001 0 10011 11010010 110100 111101

Color Harmonies of #689CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CCF

Black with #689CCF

Text Example


Text Example

White with #689CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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