Html Css Color HEX #6C9BCA Picton Blue

📋 copy color: '#6C9BCA'

red 108 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #6C9BCA

Tints of Picton Blue #6C9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

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

R = 23.23%
G = 33.33%
B = 43.44%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C9BCA (or 0x6C9BCA) is known color: Picton Blue. HEX triplet: 6C, 9B and CA. RGB value is (108,155,202). Sum of RGB (Red+Green+Blue) = 108+155+202=465 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.23% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9BCA is #936435. Grayscale: #929292. Windows color (decimal): -9659446 or 13278060. OLE color: 13278060.

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

Color convert

RGB 108 155 202 -
CMYK 0.47 0.23 0 0.21
HSL 210º 0.47% 0.61% -
HSV(B) 210º 0.47% 0.79% -
XYZ 28.57 30.9 60.33 -
YUV 146.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 108 155 202 0.47 0.23 0 0.21 210 0.47 0.61
Hex 6C 9B CA 2F 17 0 15 D2 2F 3D
Octal 154 233 312 57 27 0 25 322 57 75
Binary 1101100 10011011 11001010 101111 10111 0 10101 11010010 101111 111101

Color Harmonies of #6C9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9BCA

Black with #6C9BCA

Text Example


Text Example

White with #6C9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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