Html Css Color HEX #68A1DD Picton Blue

📋 copy color: '#68A1DD'

red 104 ◦ green 161 ◦ blue 221

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

Shades of Picton Blue #68A1DD

Tints of Picton Blue #68A1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 21.4%
G = 33.13%
B = 45.47%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A1DD (or 0x68A1DD) is known color: Picton Blue. HEX triplet: 68, A1 and DD. RGB value is (104,161,221). Sum of RGB (Red+Green+Blue) = 104+161+221=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #68A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1DD is #975E22. Grayscale: #969696. Windows color (decimal): -9920035 or 14524776. OLE color: 14524776.

HSL color Cylindrical-coordinate representation of color #68A1DD: hue angle of 210.77º 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 #68A1DD is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 161 221 -
CMYK 0.53 0.27 0 0.13
HSL 210.77º 0.63% 0.64% -
HSV(B) 210.77º 0.53% 0.87% -
XYZ 31.5 33.65 73.24 -
YUV 150.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 104 161 221 0.53 0.27 0 0.13 210.77 0.63 0.64
Hex 68 A1 DD 35 1B 0 D D3 3F 40
Octal 150 241 335 65 33 0 15 323 77 100
Binary 1101000 10100001 11011101 110101 11011 0 1101 11010011 111111 1000000

Color Harmonies of #68A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1DD

Black with #68A1DD

Text Example


Text Example

White with #68A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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