Html Css Color HEX #689BCC Picton Blue

📋 copy color: '#689BCC'

red 104 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #689BCC

Tints of Picton Blue #689BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 22.46%
G = 33.48%
B = 44.06%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#689BCC (or 0x689BCC) is known color: Picton Blue. HEX triplet: 68, 9B and CC. RGB value is (104,155,204). Sum of RGB (Red+Green+Blue) = 104+155+204=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #689BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BCC is #976433. Grayscale: #919191. Windows color (decimal): -9921588 or 13409128. OLE color: 13409128.

HSL color Cylindrical-coordinate representation of color #689BCC: hue angle of 209.4º degrees, saturation: 0.5, 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 #689BCC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 155 204 -
CMYK 0.49 0.24 0 0.2
HSL 209.4º 0.5% 0.6% -
HSV(B) 209.4º 0.49% 0.8% -
XYZ 28.33 30.75 61.57 -
YUV 145.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 104 155 204 0.49 0.24 0 0.2 209.4 0.5 0.6
Hex 68 9B CC 31 18 0 14 D1 32 3C
Octal 150 233 314 61 30 0 24 321 62 74
Binary 1101000 10011011 11001100 110001 11000 0 10100 11010001 110010 111100

Color Harmonies of #689BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689BCC

Black with #689BCC

Text Example


Text Example

White with #689BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,155,204); }

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

background-color css

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

 a { background-color: rgb(104,155,204); }

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

border-color css

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

 span { border-color: rgb(104,155,204); }

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