Html Css Color HEX #68A0CC Picton Blue

📋 copy color: '#68A0CC'

red 104 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #68A0CC

Tints of Picton Blue #68A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

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

R = 22.22%
G = 34.19%
B = 43.59%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#68A0CC (or 0x68A0CC) is known color: Picton Blue. HEX triplet: 68, A0 and CC. RGB value is (104,160,204). Sum of RGB (Red+Green+Blue) = 104+160+204=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #68A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A0CC is #975F33. Grayscale: #949494. Windows color (decimal): -9920308 or 13410408. OLE color: 13410408.

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

Color convert

RGB 104 160 204 -
CMYK 0.49 0.22 0 0.2
HSL 206.4º 0.5% 0.6% -
HSV(B) 206.4º 0.49% 0.8% -
XYZ 29.18 32.44 61.85 -
YUV 148.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 104 160 204 0.49 0.22 0 0.2 206.4 0.5 0.6
Hex 68 A0 CC 31 16 0 14 CE 32 3C
Octal 150 240 314 61 26 0 24 316 62 74
Binary 1101000 10100000 11001100 110001 10110 0 10100 11001110 110010 111100

Color Harmonies of #68A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0CC

Black with #68A0CC

Text Example


Text Example

White with #68A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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