Html Css Color HEX #67ABCF Picton Blue

📋 copy color: '#67ABCF'

red 103 ◦ green 171 ◦ blue 207

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

Shades of Picton Blue #67ABCF

Tints of Picton Blue #67ABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 21.41%
G = 35.55%
B = 43.04%

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

#67ABCF (or 0x67ABCF) is known color: Picton Blue. HEX triplet: 67, AB and CF. RGB value is (103,171,207). Sum of RGB (Red+Green+Blue) = 103+171+207=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #67ABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABCF is #985430. Grayscale: #9A9A9A. Windows color (decimal): -9983025 or 13609831. OLE color: 13609831.

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

Color convert

RGB 103 171 207 -
CMYK 0.50 0.17 0 0.19
HSL 200.77º 0.52% 0.61% -
HSV(B) 200.77º 0.5% 0.81% -
XYZ 31.42 36.51 64.42 -
YUV 154.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 103 171 207 0.50 0.17 0 0.19 200.77 0.52 0.61
Hex 67 AB CF 32 11 0 13 C9 34 3D
Octal 147 253 317 62 21 0 23 311 64 75
Binary 1100111 10101011 11001111 110010 10001 0 10011 11001001 110100 111101

Color Harmonies of #67ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABCF

Black with #67ABCF

Text Example


Text Example

White with #67ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,171,207); }

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

background-color css

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

 a { background-color: rgb(103,171,207); }

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

border-color css

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

 span { border-color: rgb(103,171,207); }

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