Html Css Color HEX #68ABCC Picton Blue

📋 copy color: '#68ABCC'

red 104 ◦ green 171 ◦ blue 204

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

Shades of Picton Blue #68ABCC

Tints of Picton Blue #68ABCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 21.71%
G = 35.7%
B = 42.59%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68ABCC (or 0x68ABCC) is known color: Picton Blue. HEX triplet: 68, AB and CC. RGB value is (104,171,204). Sum of RGB (Red+Green+Blue) = 104+171+204=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #68ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ABCC is #975433. Grayscale: #9A9A9A. Windows color (decimal): -9917492 or 13413224. OLE color: 13413224.

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

Color convert

RGB 104 171 204 -
CMYK 0.49 0.16 0 0.2
HSL 199.8º 0.5% 0.6% -
HSV(B) 199.8º 0.49% 0.8% -
XYZ 31.17 36.43 62.52 -
YUV 154.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 104 171 204 0.49 0.16 0 0.2 199.8 0.5 0.6
Hex 68 AB CC 31 10 0 14 C8 32 3C
Octal 150 253 314 61 20 0 24 310 62 74
Binary 1101000 10101011 11001100 110001 10000 0 10100 11001000 110010 111100

Color Harmonies of #68ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABCC

Black with #68ABCC

Text Example


Text Example

White with #68ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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