Html Css Color HEX #68ABC9 Picton Blue

📋 copy color: '#68ABC9'

red 104 ◦ green 171 ◦ blue 201

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

Shades of Picton Blue #68ABC9

Tints of Picton Blue #68ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.23%

R = 21.85%
G = 35.92%
B = 42.23%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68ABC9 (or 0x68ABC9) is known color: Picton Blue. HEX triplet: 68, AB and C9. RGB value is (104,171,201). Sum of RGB (Red+Green+Blue) = 104+171+201=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #68ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABC9 is #975436. Grayscale: #9A9A9A. Windows color (decimal): -9917495 or 13216616. OLE color: 13216616.

HSL color Cylindrical-coordinate representation of color #68ABC9: hue angle of 198.56º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68ABC9 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 171 201 -
CMYK 0.48 0.15 0 0.21
HSL 198.56º 0.47% 0.6% -
HSV(B) 198.56º 0.48% 0.79% -
XYZ 30.81 36.29 60.64 -
YUV 154.39 154.3 92.06 -
System Red Green Blue C M Y K H S L
Decimal 104 171 201 0.48 0.15 0 0.21 198.56 0.47 0.6
Hex 68 AB C9 30 F 0 15 C7 2F 3C
Octal 150 253 311 60 17 0 25 307 57 74
Binary 1101000 10101011 11001001 110000 1111 0 10101 11000111 101111 111100

Color Harmonies of #68ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABC9

Black with #68ABC9

Text Example


Text Example

White with #68ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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