Html Css Color HEX #6C7DBE Wild Blue Yonder

📋 copy color: '#6C7DBE'

red 108 ◦ green 125 ◦ blue 190

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

Shades of Wild Blue Yonder #6C7DBE

Tints of Wild Blue Yonder #6C7DBE

RGB

 RED value IS 108 (42.58% from 255) = 25.53%

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 25.53%
G = 29.55%
B = 44.92%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C7DBE (or 0x6C7DBE) is known color: Wild Blue Yonder. HEX triplet: 6C, 7D and BE. RGB value is (108,125,190). Sum of RGB (Red+Green+Blue) = 108+125+190=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7DBE is #938241. Grayscale: #7F7F7F. Windows color (decimal): -9667138 or 12483948. OLE color: 12483948.

HSL color Cylindrical-coordinate representation of color #6C7DBE: hue angle of 227.56º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C7DBE is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 125 190 -
CMYK 0.43 0.34 0 0.25
HSL 227.56º 0.39% 0.58% -
HSV(B) 227.56º 0.43% 0.75% -
XYZ 22.81 21.57 51.68 -
YUV 127.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 108 125 190 0.43 0.34 0 0.25 227.56 0.39 0.58
Hex 6C 7D BE 2B 22 0 19 E4 27 3A
Octal 154 175 276 53 42 0 31 344 47 72
Binary 1101100 1111101 10111110 101011 100010 0 11001 11100100 100111 111010

Color Harmonies of #6C7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7DBE

Black with #6C7DBE

Text Example


Text Example

White with #6C7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,125,190); }

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

background-color css

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

 a { background-color: rgb(108,125,190); }

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

border-color css

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

 span { border-color: rgb(108,125,190); }

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