Html Css Color HEX #68A0DD Picton Blue

📋 copy color: '#68A0DD'

red 104 ◦ green 160 ◦ blue 221

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

Shades of Picton Blue #68A0DD

Tints of Picton Blue #68A0DD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.99%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 21.44%
G = 32.99%
B = 45.57%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A0DD (or 0x68A0DD) is known color: Picton Blue. HEX triplet: 68, A0 and DD. RGB value is (104,160,221). Sum of RGB (Red+Green+Blue) = 104+160+221=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #68A0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0DD is #975F22. Grayscale: #959595. Windows color (decimal): -9920291 or 14524520. OLE color: 14524520.

HSL color Cylindrical-coordinate representation of color #68A0DD: hue angle of 211.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A0DD is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 160 221 -
CMYK 0.53 0.28 0 0.13
HSL 211.28º 0.63% 0.64% -
HSV(B) 211.28º 0.53% 0.87% -
XYZ 31.33 33.31 73.18 -
YUV 150.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 104 160 221 0.53 0.28 0 0.13 211.28 0.63 0.64
Hex 68 A0 DD 35 1C 0 D D3 3F 40
Octal 150 240 335 65 34 0 15 323 77 100
Binary 1101000 10100000 11011101 110101 11100 0 1101 11010011 111111 1000000

Color Harmonies of #68A0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0DD

Black with #68A0DD

Text Example


Text Example

White with #68A0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A0DD; }

 p { color: rgb(104,160,221); }

 H1.HeaderClassName
 {
   color: #68A0DD;
 }
 .AnyTagClassName
 {
   color: #68A0DD;
 }
</style>

background-color css

<style>
 a { background-color: #68A0DD; }

 a { background-color: rgb(104,160,221); }

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

border-color css

<style>
 span { border-color: #68A0DD; }

 span { border-color: rgb(104,160,221); }

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