Html Css Color HEX #68AACE Picton Blue

📋 copy color: '#68AACE'

red 104 ◦ green 170 ◦ blue 206

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

Shades of Picton Blue #68AACE

Tints of Picton Blue #68AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 21.67%
G = 35.42%
B = 42.92%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#68AACE (or 0x68AACE) is known color: Picton Blue. HEX triplet: 68, AA and CE. RGB value is (104,170,206). Sum of RGB (Red+Green+Blue) = 104+170+206=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #68AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AACE is #975531. Grayscale: #9A9A9A. Windows color (decimal): -9917746 or 13544040. OLE color: 13544040.

HSL color Cylindrical-coordinate representation of color #68AACE: hue angle of 201.18º degrees, saturation: 0.51, 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 #68AACE is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 170 206 -
CMYK 0.50 0.17 0 0.19
HSL 201.18º 0.51% 0.61% -
HSV(B) 201.18º 0.5% 0.81% -
XYZ 31.22 36.15 63.72 -
YUV 154.37 157.13 92.07 -
System Red Green Blue C M Y K H S L
Decimal 104 170 206 0.50 0.17 0 0.19 201.18 0.51 0.61
Hex 68 AA CE 32 11 0 13 C9 33 3D
Octal 150 252 316 62 21 0 23 311 63 75
Binary 1101000 10101010 11001110 110010 10001 0 10011 11001001 110011 111101

Color Harmonies of #68AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AACE

Black with #68AACE

Text Example


Text Example

White with #68AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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