Html Css Color HEX #68A7DC Picton Blue

📋 copy color: '#68A7DC'

red 104 ◦ green 167 ◦ blue 220

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

Shades of Picton Blue #68A7DC

Tints of Picton Blue #68A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.01%

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

R = 21.18%
G = 34.01%
B = 44.81%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68A7DC (or 0x68A7DC) is known color: Picton Blue. HEX triplet: 68, A7 and DC. RGB value is (104,167,220). Sum of RGB (Red+Green+Blue) = 104+167+220=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #68A7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A7DC is #975823. Grayscale: #999999. Windows color (decimal): -9918500 or 14460776. OLE color: 14460776.

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

Color convert

RGB 104 167 220 -
CMYK 0.53 0.24 0 0.14
HSL 207.41º 0.62% 0.64% -
HSV(B) 207.41º 0.53% 0.86% -
XYZ 32.45 35.75 72.9 -
YUV 154.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 104 167 220 0.53 0.24 0 0.14 207.41 0.62 0.64
Hex 68 A7 DC 35 18 0 E CF 3E 40
Octal 150 247 334 65 30 0 16 317 76 100
Binary 1101000 10100111 11011100 110101 11000 0 1110 11001111 111110 1000000

Color Harmonies of #68A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A7DC

Black with #68A7DC

Text Example


Text Example

White with #68A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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