Html Css Color HEX #68ABCA Picton Blue

📋 copy color: '#68ABCA'

red 104 ◦ green 171 ◦ blue 202

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

Shades of Picton Blue #68ABCA

Tints of Picton Blue #68ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 21.8%
G = 35.85%
B = 42.35%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#68ABCA (or 0x68ABCA) is known color: Picton Blue. HEX triplet: 68, AB and CA. RGB value is (104,171,202). Sum of RGB (Red+Green+Blue) = 104+171+202=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #68ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABCA is #975435. Grayscale: #9A9A9A. Windows color (decimal): -9917494 or 13282152. OLE color: 13282152.

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

Color convert

RGB 104 171 202 -
CMYK 0.49 0.15 0 0.21
HSL 198.98º 0.48% 0.6% -
HSV(B) 198.98º 0.49% 0.79% -
XYZ 30.93 36.33 61.26 -
YUV 154.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 104 171 202 0.49 0.15 0 0.21 198.98 0.48 0.6
Hex 68 AB CA 31 F 0 15 C7 30 3C
Octal 150 253 312 61 17 0 25 307 60 74
Binary 1101000 10101011 11001010 110001 1111 0 10101 11000111 110000 111100

Color Harmonies of #68ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABCA

Black with #68ABCA

Text Example


Text Example

White with #68ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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