Html Css Color HEX #689BDA Picton Blue

📋 copy color: '#689BDA'

red 104 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #689BDA

Tints of Picton Blue #689BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 21.8%
G = 32.49%
B = 45.7%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#689BDA (or 0x689BDA) is known color: Picton Blue. HEX triplet: 68, 9B and DA. RGB value is (104,155,218). Sum of RGB (Red+Green+Blue) = 104+155+218=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #689BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BDA is #976425. Grayscale: #929292. Windows color (decimal): -9921574 or 14326632. OLE color: 14326632.

HSL color Cylindrical-coordinate representation of color #689BDA: hue angle of 213.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #689BDA is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 155 218 -
CMYK 0.52 0.29 0 0.15
HSL 213.16º 0.61% 0.63% -
HSV(B) 213.16º 0.52% 0.85% -
XYZ 30.09 31.45 70.81 -
YUV 146.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 104 155 218 0.52 0.29 0 0.15 213.16 0.61 0.63
Hex 68 9B DA 34 1D 0 F D5 3D 3F
Octal 150 233 332 64 35 0 17 325 75 77
Binary 1101000 10011011 11011010 110100 11101 0 1111 11010101 111101 111111

Color Harmonies of #689BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689BDA

Black with #689BDA

Text Example


Text Example

White with #689BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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