Html Css Color HEX #68ABCD Picton Blue

📋 copy color: '#68ABCD'

red 104 ◦ green 171 ◦ blue 205

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

Shades of Picton Blue #68ABCD

Tints of Picton Blue #68ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

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

R = 21.67%
G = 35.63%
B = 42.71%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#68ABCD (or 0x68ABCD) is known color: Picton Blue. HEX triplet: 68, AB and CD. RGB value is (104,171,205). Sum of RGB (Red+Green+Blue) = 104+171+205=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #68ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABCD is #975432. Grayscale: #9A9A9A. Windows color (decimal): -9917491 or 13478760. OLE color: 13478760.

HSL color Cylindrical-coordinate representation of color #68ABCD: hue angle of 200.2º 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 #68ABCD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 171 205 -
CMYK 0.49 0.17 0 0.20
HSL 200.2º 0.5% 0.61% -
HSV(B) 200.2º 0.49% 0.8% -
XYZ 31.29 36.48 63.15 -
YUV 154.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 104 171 205 0.49 0.17 0 0.20 200.2 0.5 0.61
Hex 68 AB CD 31 11 0 14 C8 32 3D
Octal 150 253 315 61 21 0 24 310 62 75
Binary 1101000 10101011 11001101 110001 10001 0 10100 11001000 110010 111101

Color Harmonies of #68ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABCD

Black with #68ABCD

Text Example


Text Example

White with #68ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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