Html Css Color HEX #689CDA Picton Blue

📋 copy color: '#689CDA'

red 104 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #689CDA

Tints of Picton Blue #689CDA

RGB

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

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

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

R = 21.76%
G = 32.64%
B = 45.61%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#689CDA (or 0x689CDA) is known color: Picton Blue. HEX triplet: 68, 9C and DA. RGB value is (104,156,218). Sum of RGB (Red+Green+Blue) = 104+156+218=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #689CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDA is #976325. Grayscale: #939393. Windows color (decimal): -9921318 or 14326888. OLE color: 14326888.

HSL color Cylindrical-coordinate representation of color #689CDA: hue angle of 212.63º 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 #689CDA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 156 218 -
CMYK 0.52 0.28 0 0.15
HSL 212.63º 0.61% 0.63% -
HSV(B) 212.63º 0.52% 0.85% -
XYZ 30.25 31.78 70.87 -
YUV 147.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 104 156 218 0.52 0.28 0 0.15 212.63 0.61 0.63
Hex 68 9C DA 34 1C 0 F D5 3D 3F
Octal 150 234 332 64 34 0 17 325 75 77
Binary 1101000 10011100 11011010 110100 11100 0 1111 11010101 111101 111111

Color Harmonies of #689CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CDA

Black with #689CDA

Text Example


Text Example

White with #689CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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