Html Css Color HEX #6C99CA Picton Blue

📋 copy color: '#6C99CA'

red 108 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #6C99CA

Tints of Picton Blue #6C99CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

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

R = 23.33%
G = 33.05%
B = 43.63%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C99CA (or 0x6C99CA) is known color: Picton Blue. HEX triplet: 6C, 99 and CA. RGB value is (108,153,202). Sum of RGB (Red+Green+Blue) = 108+153+202=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C99CA is #936635. Grayscale: #909090. Windows color (decimal): -9659958 or 13277548. OLE color: 13277548.

HSL color Cylindrical-coordinate representation of color #6C99CA: hue angle of 211.28º 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 #6C99CA is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 153 202 -
CMYK 0.47 0.24 0 0.21
HSL 211.28º 0.47% 0.61% -
HSV(B) 211.28º 0.47% 0.79% -
XYZ 28.24 30.23 60.22 -
YUV 145.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 108 153 202 0.47 0.24 0 0.21 211.28 0.47 0.61
Hex 6C 99 CA 2F 18 0 15 D3 2F 3D
Octal 154 231 312 57 30 0 25 323 57 75
Binary 1101100 10011001 11001010 101111 11000 0 10101 11010011 101111 111101

Color Harmonies of #6C99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C99CA

Black with #6C99CA

Text Example


Text Example

White with #6C99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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