#6A7FC4

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

Shades of Wild Blue Yonder #6A7FC4

Tints of Wild Blue Yonder #6A7FC4

Color information

#6A7FC4 (or 0x6A7FC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 6A, 7F and C4. RGB value is (106,127,196). Sum of RGB (Red+Green+Blue) = 106+127+196=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #6A7FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FC4 is #95803B. Grayscale: #808080. Windows color (decimal): -9797692 or 12877674. OLE color: 12877674.

HSL color Cylindrical-coordinate representation of color #6A7FC4: hue angle of 226º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A7FC4 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB106127196-
CMYK0.460.3500.23
HSL226º43.27%59.22%-
HSV(B)226º45.92%76.86%-
XYZ23.522.2355.28-
YUV128.59166.04111.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.71%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 196 (76.95% from 255) = 45.69%
R=24.71%
G=29.60%
B=45.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1061271960.460.3500.2322643.2759.22
Hex6A7FC42E23017e22b3b
Octal15217730456430273425373
Binary110101011111111100010010111010001101011111100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,127,196); }

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

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

 a { background-color: rgb(106,127,196); }

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

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

 span { border-color: rgb(106,127,196); }

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