Html Css Color HEX #68A3DC Picton Blue

📋 copy color: '#68A3DC'

red 104 ◦ green 163 ◦ blue 220

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

Shades of Picton Blue #68A3DC

Tints of Picton Blue #68A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.47%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 21.36%
G = 33.47%
B = 45.17%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68A3DC (or 0x68A3DC) is known color: Picton Blue. HEX triplet: 68, A3 and DC. RGB value is (104,163,220). Sum of RGB (Red+Green+Blue) = 104+163+220=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #68A3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A3DC is #975C23. Grayscale: #979797. Windows color (decimal): -9919524 or 14459752. OLE color: 14459752.

HSL color Cylindrical-coordinate representation of color #68A3DC: hue angle of 209.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A3DC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 163 220 -
CMYK 0.53 0.26 0 0.14
HSL 209.48º 0.62% 0.64% -
HSV(B) 209.48º 0.53% 0.86% -
XYZ 31.72 34.3 72.66 -
YUV 151.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 104 163 220 0.53 0.26 0 0.14 209.48 0.62 0.64
Hex 68 A3 DC 35 1A 0 E D1 3E 40
Octal 150 243 334 65 32 0 16 321 76 100
Binary 1101000 10100011 11011100 110101 11010 0 1110 11010001 111110 1000000

Color Harmonies of #68A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A3DC

Black with #68A3DC

Text Example


Text Example

White with #68A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,163,220); }

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

background-color css

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

 a { background-color: rgb(104,163,220); }

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

border-color css

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

 span { border-color: rgb(104,163,220); }

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