Html Css Color HEX #6BA2CC Picton Blue

📋 copy color: '#6BA2CC'

red 107 ◦ green 162 ◦ blue 204

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

Shades of Picton Blue #6BA2CC

Tints of Picton Blue #6BA2CC

RGB

 RED value IS 107 (42.19% from 255) = 22.62%

 GREEN value IS 162 (63.67% from 255) = 34.25%

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 22.62%
G = 34.25%
B = 43.13%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BA2CC (or 0x6BA2CC) is known color: Picton Blue. HEX triplet: 6B, A2 and CC. RGB value is (107,162,204). Sum of RGB (Red+Green+Blue) = 107+162+204=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA2CC is #945D33. Grayscale: #969696. Windows color (decimal): -9723188 or 13410923. OLE color: 13410923.

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

Color convert

RGB 107 162 204 -
CMYK 0.48 0.21 0 0.2
HSL 205.98º 0.49% 0.61% -
HSV(B) 205.98º 0.48% 0.8% -
XYZ 29.88 33.33 61.98 -
YUV 150.34 158.28 97.08 -
System Red Green Blue C M Y K H S L
Decimal 107 162 204 0.48 0.21 0 0.2 205.98 0.49 0.61
Hex 6B A2 CC 30 15 0 14 CE 31 3D
Octal 153 242 314 60 25 0 24 316 61 75
Binary 1101011 10100010 11001100 110000 10101 0 10100 11001110 110001 111101

Color Harmonies of #6BA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA2CC

Black with #6BA2CC

Text Example


Text Example

White with #6BA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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