#6BA4CC

Color #6BA4CC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6BA4CC

Tints of Picton Blue #6BA4CC

Color information

#6BA4CC (or 0x6BA4CC) is unknown color: approx Picton Blue. HEX triplet: 6B, A4 and CC. RGB value is (107,164,204). Sum of RGB (Red+Green+Blue) = 107+164+204=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BA4CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA4CC is #945B33. Grayscale: #979797. Windows color (decimal): -9722676 or 13411435. OLE color: 13411435.

HSL color Cylindrical-coordinate representation of color #6BA4CC: hue angle of 204.74º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA4CC is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107164204-
CMYK0.480.2000.2
HSL204.74º48.74%60.98%-
HSV(B)204.74º47.55%80%-
XYZ30.2434.0462.1-
YUV151.52157.6296.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.53%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=22.53%
G=34.53%
B=42.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071642040.480.2000.2204.7448.7460.98
Hex6BA4CC3014014cd313d
Octal15324431460240243156175
Binary110101110100100110011001100001010001010011001101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,164,204); }

 H1.HeaderClassName
 {
   color: #6BA4CC;
 }
 .AnyTagClassName
 {
   color: #6BA4CC;
 }
</style>
background-color css

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

 a { background-color: rgb(107,164,204); }

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

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

 span { border-color: rgb(107,164,204); }

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