Html Css Color HEX #68A1CC Picton Blue

📋 copy color: '#68A1CC'

red 104 ◦ green 161 ◦ blue 204

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

Shades of Picton Blue #68A1CC

Tints of Picton Blue #68A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.33%

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

R = 22.17%
G = 34.33%
B = 43.5%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68A1CC (or 0x68A1CC) is known color: Picton Blue. HEX triplet: 68, A1 and CC. RGB value is (104,161,204). Sum of RGB (Red+Green+Blue) = 104+161+204=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #68A1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1CC is #975E33. Grayscale: #949494. Windows color (decimal): -9920052 or 13410664. OLE color: 13410664.

HSL color Cylindrical-coordinate representation of color #68A1CC: hue angle of 205.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 #68A1CC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 161 204 -
CMYK 0.49 0.21 0 0.2
HSL 205.8º 0.5% 0.6% -
HSV(B) 205.8º 0.49% 0.8% -
XYZ 29.35 32.79 61.91 -
YUV 148.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 104 161 204 0.49 0.21 0 0.2 205.8 0.5 0.6
Hex 68 A1 CC 31 15 0 14 CE 32 3C
Octal 150 241 314 61 25 0 24 316 62 74
Binary 1101000 10100001 11001100 110001 10101 0 10100 11001110 110010 111100

Color Harmonies of #68A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1CC

Black with #68A1CC

Text Example


Text Example

White with #68A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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