Html Css Color HEX #68AAD3 Picton Blue

📋 copy color: '#68AAD3'

red 104 ◦ green 170 ◦ blue 211

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

Shades of Picton Blue #68AAD3

Tints of Picton Blue #68AAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.51%

R = 21.44%
G = 35.05%
B = 43.51%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#68AAD3 (or 0x68AAD3) is known color: Picton Blue. HEX triplet: 68, AA and D3. RGB value is (104,170,211). Sum of RGB (Red+Green+Blue) = 104+170+211=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #68AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AAD3 is #97552C. Grayscale: #9A9A9A. Windows color (decimal): -9917741 or 13871720. OLE color: 13871720.

HSL color Cylindrical-coordinate representation of color #68AAD3: hue angle of 202.99º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AAD3 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 104 170 211 -
CMYK 0.51 0.19 0 0.17
HSL 202.99º 0.55% 0.62% -
HSV(B) 202.99º 0.51% 0.83% -
XYZ 31.84 36.4 66.97 -
YUV 154.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 104 170 211 0.51 0.19 0 0.17 202.99 0.55 0.62
Hex 68 AA D3 33 13 0 11 CB 37 3E
Octal 150 252 323 63 23 0 21 313 67 76
Binary 1101000 10101010 11010011 110011 10011 0 10001 11001011 110111 111110

Color Harmonies of #68AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AAD3

Black with #68AAD3

Text Example


Text Example

White with #68AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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