Html Css Color HEX #68A0CD Picton Blue

📋 copy color: '#68A0CD'

red 104 ◦ green 160 ◦ blue 205

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

Shades of Picton Blue #68A0CD

Tints of Picton Blue #68A0CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 22.17%
G = 34.12%
B = 43.71%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68A0CD (or 0x68A0CD) is known color: Picton Blue. HEX triplet: 68, A0 and CD. RGB value is (104,160,205). Sum of RGB (Red+Green+Blue) = 104+160+205=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #68A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0CD is #975F32. Grayscale: #949494. Windows color (decimal): -9920307 or 13475944. OLE color: 13475944.

HSL color Cylindrical-coordinate representation of color #68A0CD: hue angle of 206.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68A0CD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 160 205 -
CMYK 0.49 0.22 0 0.20
HSL 206.73º 0.5% 0.61% -
HSV(B) 206.73º 0.49% 0.8% -
XYZ 29.3 32.49 62.49 -
YUV 148.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 104 160 205 0.49 0.22 0 0.20 206.73 0.5 0.61
Hex 68 A0 CD 31 16 0 14 CF 32 3D
Octal 150 240 315 61 26 0 24 317 62 75
Binary 1101000 10100000 11001101 110001 10110 0 10100 11001111 110010 111101

Color Harmonies of #68A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0CD

Black with #68A0CD

Text Example


Text Example

White with #68A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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