Html Css Color HEX #6B7DC9 Wild Blue Yonder

📋 copy color: '#6B7DC9'

red 107 ◦ green 125 ◦ blue 201

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

Shades of Wild Blue Yonder #6B7DC9

Tints of Wild Blue Yonder #6B7DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.87%

 BLUE value IS 201 (78.91% from 255) = 46.42%

R = 24.71%
G = 28.87%
B = 46.42%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B7DC9 (or 0x6B7DC9) is known color: Wild Blue Yonder. HEX triplet: 6B, 7D and C9. RGB value is (107,125,201). Sum of RGB (Red+Green+Blue) = 107+125+201=433 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.71% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #6B7DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DC9 is #948236. Grayscale: #7F7F7F. Windows color (decimal): -9732663 or 13204843. OLE color: 13204843.

HSL color Cylindrical-coordinate representation of color #6B7DC9: hue angle of 228.51º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B7DC9 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 125 201 -
CMYK 0.47 0.38 0 0.21
HSL 228.51º 0.47% 0.6% -
HSV(B) 228.51º 0.47% 0.79% -
XYZ 23.94 22.01 58.24 -
YUV 128.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 107 125 201 0.47 0.38 0 0.21 228.51 0.47 0.6
Hex 6B 7D C9 2F 26 0 15 E5 2F 3C
Octal 153 175 311 57 46 0 25 345 57 74
Binary 1101011 1111101 11001001 101111 100110 0 10101 11100101 101111 111100

Color Harmonies of #6B7DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7DC9

Black with #6B7DC9

Text Example


Text Example

White with #6B7DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,125,201); }

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

background-color css

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

 a { background-color: rgb(107,125,201); }

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

border-color css

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

 span { border-color: rgb(107,125,201); }

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