Html Css Color HEX #6CA7C7 Picton Blue

📋 copy color: '#6CA7C7'

red 108 ◦ green 167 ◦ blue 199

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

Shades of Picton Blue #6CA7C7

Tints of Picton Blue #6CA7C7

RGB

 RED value IS 108 (42.58% from 255) = 22.78%

 GREEN value IS 167 (65.63% from 255) = 35.23%

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 22.78%
G = 35.23%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6CA7C7 (or 0x6CA7C7) is known color: Picton Blue. HEX triplet: 6C, A7 and C7. RGB value is (108,167,199). Sum of RGB (Red+Green+Blue) = 108+167+199=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 199 - color contains mainly: blue. Hex color #6CA7C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7C7 is #935838. Grayscale: #989898. Windows color (decimal): -9656377 or 13084524. OLE color: 13084524.

HSL color Cylindrical-coordinate representation of color #6CA7C7: hue angle of 201.1º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CA7C7 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 108 167 199 -
CMYK 0.46 0.16 0 0.22
HSL 201.1º 0.45% 0.6% -
HSV(B) 201.1º 0.46% 0.78% -
XYZ 30.31 34.95 59.18 -
YUV 153.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 108 167 199 0.46 0.16 0 0.22 201.1 0.45 0.6
Hex 6C A7 C7 2E 10 0 16 C9 2D 3C
Octal 154 247 307 56 20 0 26 311 55 74
Binary 1101100 10100111 11000111 101110 10000 0 10110 11001001 101101 111100

Color Harmonies of #6CA7C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA7C7

Black with #6CA7C7

Text Example


Text Example

White with #6CA7C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CA7C7; }

 p { color: rgb(108,167,199); }

 H1.HeaderClassName
 {
   color: #6CA7C7;
 }
 .AnyTagClassName
 {
   color: #6CA7C7;
 }
</style>

background-color css

<style>
 a { background-color: #6CA7C7; }

 a { background-color: rgb(108,167,199); }

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

border-color css

<style>
 span { border-color: #6CA7C7; }

 span { border-color: rgb(108,167,199); }

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