Html Css Color HEX #67A1CD Picton Blue

📋 copy color: '#67A1CD'

red 103 ◦ green 161 ◦ blue 205

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

Shades of Picton Blue #67A1CD

Tints of Picton Blue #67A1CD

RGB

 RED value IS 103 (40.63% from 255) = 21.96%

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 21.96%
G = 34.33%
B = 43.71%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#67A1CD (or 0x67A1CD) is known color: Picton Blue. HEX triplet: 67, A1 and CD. RGB value is (103,161,205). Sum of RGB (Red+Green+Blue) = 103+161+205=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #67A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A1CD is #985E32. Grayscale: #949494. Windows color (decimal): -9985587 or 13476199. OLE color: 13476199.

HSL color Cylindrical-coordinate representation of color #67A1CD: hue angle of 205.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67A1CD is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 161 205 -
CMYK 0.50 0.21 0 0.20
HSL 205.88º 0.5% 0.6% -
HSV(B) 205.88º 0.5% 0.8% -
XYZ 29.36 32.78 62.54 -
YUV 148.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 103 161 205 0.50 0.21 0 0.20 205.88 0.5 0.6
Hex 67 A1 CD 32 15 0 14 CE 32 3C
Octal 147 241 315 62 25 0 24 316 62 74
Binary 1100111 10100001 11001101 110010 10101 0 10100 11001110 110010 111100

Color Harmonies of #67A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A1CD

Black with #67A1CD

Text Example


Text Example

White with #67A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A1CD; }

 p { color: rgb(103,161,205); }

 H1.HeaderClassName
 {
   color: #67A1CD;
 }
 .AnyTagClassName
 {
   color: #67A1CD;
 }
</style>

background-color css

<style>
 a { background-color: #67A1CD; }

 a { background-color: rgb(103,161,205); }

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

border-color css

<style>
 span { border-color: #67A1CD; }

 span { border-color: rgb(103,161,205); }

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