Html Css Color HEX #6CA1CA Picton Blue

📋 copy color: '#6CA1CA'

red 108 ◦ green 161 ◦ blue 202

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

Shades of Picton Blue #6CA1CA

Tints of Picton Blue #6CA1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.89%

R = 22.93%
G = 34.18%
B = 42.89%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6CA1CA (or 0x6CA1CA) is known color: Picton Blue. HEX triplet: 6C, A1 and CA. RGB value is (108,161,202). Sum of RGB (Red+Green+Blue) = 108+161+202=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #6CA1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA1CA is #935E35. Grayscale: #959595. Windows color (decimal): -9657910 or 13279596. OLE color: 13279596.

HSL color Cylindrical-coordinate representation of color #6CA1CA: hue angle of 206.17º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CA1CA is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 161 202 -
CMYK 0.47 0.20 0 0.21
HSL 206.17º 0.47% 0.61% -
HSV(B) 206.17º 0.47% 0.79% -
XYZ 29.59 32.94 60.68 -
YUV 149.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 108 161 202 0.47 0.20 0 0.21 206.17 0.47 0.61
Hex 6C A1 CA 2F 14 0 15 CE 2F 3D
Octal 154 241 312 57 24 0 25 316 57 75
Binary 1101100 10100001 11001010 101111 10100 0 10101 11001110 101111 111101

Color Harmonies of #6CA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA1CA

Black with #6CA1CA

Text Example


Text Example

White with #6CA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,161,202); }

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

background-color css

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

 a { background-color: rgb(108,161,202); }

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

border-color css

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

 span { border-color: rgb(108,161,202); }

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