Html Css Color HEX #68AACF Picton Blue

📋 copy color: '#68AACF'

red 104 ◦ green 170 ◦ blue 207

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

Shades of Picton Blue #68AACF

Tints of Picton Blue #68AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 21.62%
G = 35.34%
B = 43.04%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68AACF (or 0x68AACF) is known color: Picton Blue. HEX triplet: 68, AA and CF. RGB value is (104,170,207). Sum of RGB (Red+Green+Blue) = 104+170+207=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #68AACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AACF is #975530. Grayscale: #9A9A9A. Windows color (decimal): -9917745 or 13609576. OLE color: 13609576.

HSL color Cylindrical-coordinate representation of color #68AACF: hue angle of 201.55º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68AACF is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 170 207 -
CMYK 0.50 0.18 0 0.19
HSL 201.55º 0.52% 0.61% -
HSV(B) 201.55º 0.5% 0.81% -
XYZ 31.35 36.2 64.37 -
YUV 154.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 104 170 207 0.50 0.18 0 0.19 201.55 0.52 0.61
Hex 68 AA CF 32 12 0 13 CA 34 3D
Octal 150 252 317 62 22 0 23 312 64 75
Binary 1101000 10101010 11001111 110010 10010 0 10011 11001010 110100 111101

Color Harmonies of #68AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AACF

Black with #68AACF

Text Example


Text Example

White with #68AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,170,207); }

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

background-color css

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

 a { background-color: rgb(104,170,207); }

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

border-color css

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

 span { border-color: rgb(104,170,207); }

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