Html Css Color HEX #689CCD Picton Blue

📋 copy color: '#689CCD'

red 104 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #689CCD

Tints of Picton Blue #689CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 22.37%
G = 33.55%
B = 44.09%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#689CCD (or 0x689CCD) is known color: Picton Blue. HEX triplet: 68, 9C and CD. RGB value is (104,156,205). Sum of RGB (Red+Green+Blue) = 104+156+205=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #689CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CCD is #976332. Grayscale: #919191. Windows color (decimal): -9921331 or 13474920. OLE color: 13474920.

HSL color Cylindrical-coordinate representation of color #689CCD: hue angle of 209.11º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689CCD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 156 205 -
CMYK 0.49 0.24 0 0.20
HSL 209.11º 0.5% 0.61% -
HSV(B) 209.11º 0.49% 0.8% -
XYZ 28.62 31.13 62.26 -
YUV 146.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 104 156 205 0.49 0.24 0 0.20 209.11 0.5 0.61
Hex 68 9C CD 31 18 0 14 D1 32 3D
Octal 150 234 315 61 30 0 24 321 62 75
Binary 1101000 10011100 11001101 110001 11000 0 10100 11010001 110010 111101

Color Harmonies of #689CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CCD

Black with #689CCD

Text Example


Text Example

White with #689CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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