Html Css Color HEX #67A8CF Picton Blue

📋 copy color: '#67A8CF'

red 103 ◦ green 168 ◦ blue 207

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

Shades of Picton Blue #67A8CF

Tints of Picton Blue #67A8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.15%

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

R = 21.55%
G = 35.15%
B = 43.31%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#67A8CF (or 0x67A8CF) is known color: Picton Blue. HEX triplet: 67, A8 and CF. RGB value is (103,168,207). Sum of RGB (Red+Green+Blue) = 103+168+207=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #67A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8CF is #985730. Grayscale: #989898. Windows color (decimal): -9983793 or 13609063. OLE color: 13609063.

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

Color convert

RGB 103 168 207 -
CMYK 0.50 0.19 0 0.19
HSL 202.5º 0.52% 0.61% -
HSV(B) 202.5º 0.5% 0.81% -
XYZ 30.86 35.39 64.24 -
YUV 153.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 103 168 207 0.50 0.19 0 0.19 202.5 0.52 0.61
Hex 67 A8 CF 32 13 0 13 CA 34 3D
Octal 147 250 317 62 23 0 23 312 64 75
Binary 1100111 10101000 11001111 110010 10011 0 10011 11001010 110100 111101

Color Harmonies of #67A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A8CF

Black with #67A8CF

Text Example


Text Example

White with #67A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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