Html Css Color HEX #6B81C1 Wild Blue Yonder

📋 copy color: '#6B81C1'

red 107 ◦ green 129 ◦ blue 193

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

Shades of Wild Blue Yonder #6B81C1

Tints of Wild Blue Yonder #6B81C1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 193 (75.78% from 255) = 44.99%

R = 24.94%
G = 30.07%
B = 44.99%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6B81C1 (or 0x6B81C1) is known color: Wild Blue Yonder. HEX triplet: 6B, 81 and C1. RGB value is (107,129,193). Sum of RGB (Red+Green+Blue) = 107+129+193=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B81C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B81C1 is #947E3E. Grayscale: #818181. Windows color (decimal): -9731647 or 12681579. OLE color: 12681579.

HSL color Cylindrical-coordinate representation of color #6B81C1: hue angle of 224.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B81C1 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 129 193 -
CMYK 0.45 0.33 0 0.24
HSL 224.65º 0.41% 0.59% -
HSV(B) 224.65º 0.45% 0.76% -
XYZ 23.54 22.68 53.59 -
YUV 129.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 107 129 193 0.45 0.33 0 0.24 224.65 0.41 0.59
Hex 6B 81 C1 2D 21 0 18 E1 29 3B
Octal 153 201 301 55 41 0 30 341 51 73
Binary 1101011 10000001 11000001 101101 100001 0 11000 11100001 101001 111011

Color Harmonies of #6B81C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B81C1

Black with #6B81C1

Text Example


Text Example

White with #6B81C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,129,193); }

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

background-color css

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

 a { background-color: rgb(107,129,193); }

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

border-color css

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

 span { border-color: rgb(107,129,193); }

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